Package org.acegisecurity.providers
Class AbstractAuthenticationToken
- java.lang.Object
-
- org.acegisecurity.providers.AbstractAuthenticationToken
-
- All Implemented Interfaces:
Serializable
,Principal
,Authentication
@Deprecated public abstract class AbstractAuthenticationToken extends Object implements Authentication
Deprecated.useAbstractAuthenticationToken
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAuthenticationToken()
Deprecated.protected
AbstractAuthenticationToken(GrantedAuthority[] authorities)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.GrantedAuthority[]
getAuthorities()
Deprecated.Object
getDetails()
Deprecated.String
getName()
Deprecated.int
hashCode()
Deprecated.boolean
isAuthenticated()
Deprecated.void
setAuthenticated(boolean authenticated)
Deprecated.void
setDetails(Object details)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.acegisecurity.Authentication
getCredentials, getPrincipal, toSpring
-
-
-
-
Constructor Detail
-
AbstractAuthenticationToken
protected AbstractAuthenticationToken()
Deprecated.
-
AbstractAuthenticationToken
protected AbstractAuthenticationToken(GrantedAuthority[] authorities)
Deprecated.
-
-
Method Detail
-
getAuthorities
public GrantedAuthority[] getAuthorities()
Deprecated.- Specified by:
getAuthorities
in interfaceAuthentication
-
getDetails
public Object getDetails()
Deprecated.- Specified by:
getDetails
in interfaceAuthentication
-
setDetails
public void setDetails(Object details)
Deprecated.
-
isAuthenticated
public boolean isAuthenticated()
Deprecated.- Specified by:
isAuthenticated
in interfaceAuthentication
-
setAuthenticated
public void setAuthenticated(boolean authenticated)
Deprecated.- Specified by:
setAuthenticated
in interfaceAuthentication
-
toString
public String toString()
Deprecated.
-
equals
public boolean equals(Object o)
Deprecated.
-
-