public interface AuthenticationDetailsSource
Authentication.getDetails() object for
a given web request.| Modifier and Type | Method and Description |
|---|---|
Object |
buildDetails(javax.servlet.http.HttpServletRequest request)
Called by a class when it wishes a new authentication details instance to be created.
|
Object buildDetails(javax.servlet.http.HttpServletRequest request)
request - the request object, which may be used by the authentication details objectCopyright © 2021. All rights reserved.