public class AuthenticationDetailsSourceImpl extends java.lang.Object implements AuthenticationDetailsSource
AuthenticationDetailsSource.
By default will create an instance of AuthenticationDetails.
Any object that accepts an Object as its sole constructor can
be used instead of this default.
| Constructor and Description |
|---|
AuthenticationDetailsSourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
buildDetails(java.lang.Object context)
Called by a class when it wishes a new authentication details instance to be created.
|
void |
setClazz(java.lang.Class clazz) |
public java.lang.Object buildDetails(java.lang.Object context)
AuthenticationDetailsSourcebuildDetails in interface AuthenticationDetailsSourcecontext - the request object, which may be used by the authentication details objectpublic void setClazz(java.lang.Class clazz)