|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.authentication.AuthenticationDetails
public class AuthenticationDetails
A holder of the context as a string.
| Constructor Summary | |
|---|---|
AuthenticationDetails(Object context)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
doPopulateAdditionalInformation(Object context)
Provided so that subclasses can populate additional information. |
boolean |
equals(Object obj)
|
String |
getContext()
Indicates the context. |
String |
toString()
|
| 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 from| Method Detail |
|---|
protected void doPopulateAdditionalInformation(Object context)
request - that the authentication request was received frompublic boolean equals(Object obj)
equals in class Objectpublic 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 | |||||||||