|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.authentication.AuthenticationDetailsSourceImpl
@Deprecated public class AuthenticationDetailsSourceImpl
Base implementation of 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 Summary | |
---|---|
AuthenticationDetailsSourceImpl()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationDetailsSourceImpl()
Method Detail |
---|
public Object buildDetails(Object context)
AuthenticationDetailsSource
buildDetails
in interface AuthenticationDetailsSource<Object,Object>
context
- the request object, which may be used by the authentication details object
public void setClazz(Class<?> clazz)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |