public class AuthenticationDetails
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
AuthenticationDetails() |
|
AuthenticationDetails(java.lang.Object context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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() |
public AuthenticationDetails(java.lang.Object context)
context
- that the authentication request is initiated fromprotected AuthenticationDetails()
protected void doPopulateAdditionalInformation(java.lang.Object context)
request
- that the authentication request was received frompublic 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