@Deprecated public class AuthenticationDetails extends Object implements Serializable
| Constructor and Description | 
|---|
AuthenticationDetails(Object context)
Deprecated.  
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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.  
  | 
public AuthenticationDetails(Object context)
context - that the authentication request is initiated fromprotected void doPopulateAdditionalInformation(Object context)
context - the existing contextual informationpublic String getContext()