public class AuthenticationDetailsSourceImpl extends Object implements AuthenticationDetailsSource
AuthenticationDetailsSource.By default will create an instance of
WebAuthenticationDetails. Any object that accepts a HttpServletRequest as its sole
constructor can be used instead of this default.
| Constructor and Description |
|---|
AuthenticationDetailsSourceImpl() |
| 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.
|
void |
setClazz(Class clazz) |
public Object buildDetails(javax.servlet.http.HttpServletRequest request)
AuthenticationDetailsSourcebuildDetails in interface AuthenticationDetailsSourcerequest - the request object, which may be used by the authentication details objectpublic void setClazz(Class clazz)
Copyright © 2016. All rights reserved.