org.springframework.security.authentication
Class AuthenticationDetails

java.lang.Object
  extended by org.springframework.security.authentication.AuthenticationDetails
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails

Deprecated.

@Deprecated
public class AuthenticationDetails
extends Object
implements Serializable

A holder of the context as a string.

Since:
2.0
See Also:
Serialized Form

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

AuthenticationDetails

public AuthenticationDetails(Object context)
Deprecated. 
Constructor.

Parameters:
context - that the authentication request is initiated from
Method Detail

doPopulateAdditionalInformation

protected void doPopulateAdditionalInformation(Object context)
Deprecated. 
Provided so that subclasses can populate additional information.

Parameters:
context - the existing contextual information

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

getContext

public String getContext()
Deprecated. 
Indicates the context.

Returns:
the context

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object