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