|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.authentication.AuthenticationDetails
@Deprecated public class AuthenticationDetails
A holder of the context as a string.
Constructor Summary | |
---|---|
AuthenticationDetails(Object context)
Deprecated. Constructor. |
Method Summary | |
---|---|
protected void |
doPopulateAdditionalInformation(Object context)
Deprecated. Provided so that subclasses can populate additional information. |
boolean |
equals(Object obj)
Deprecated. |
String |
getContext()
Deprecated. Indicates the context. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationDetails(Object context)
context
- that the authentication request is initiated fromMethod Detail |
---|
protected void doPopulateAdditionalInformation(Object context)
context
- the existing contextual informationpublic boolean equals(Object obj)
equals
in class Object
public String getContext()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |