@Deprecated public class AuthenticationDetailsSourceImpl extends Object implements AuthenticationDetailsSource<Object,Object>
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()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | buildDetails(Object context)Deprecated.  Called by a class when it wishes a new authentication details instance to be created. | 
| void | setClazz(Class<?> clazz)Deprecated.  | 
public AuthenticationDetailsSourceImpl()
public Object buildDetails(Object context)
AuthenticationDetailsSourcebuildDetails in interface AuthenticationDetailsSource<Object,Object>context - the request object, which may be used by the authentication details objectpublic void setClazz(Class<?> clazz)