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.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.protected
AbstractAuthenticationToken
(GrantedAuthority[] authorities) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.getName()
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.void
setAuthenticated
(boolean authenticated) Deprecated.void
setDetails
(Object details) Deprecated.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 Details
-
AbstractAuthenticationToken
protected AbstractAuthenticationToken()Deprecated. -
AbstractAuthenticationToken
Deprecated.
-
-
Method Details
-
getName
Deprecated. -
getAuthorities
Deprecated.- Specified by:
getAuthorities
in interfaceAuthentication
-
getDetails
Deprecated.- Specified by:
getDetails
in interfaceAuthentication
-
setDetails
Deprecated. -
isAuthenticated
public boolean isAuthenticated()Deprecated.- Specified by:
isAuthenticated
in interfaceAuthentication
-
setAuthenticated
public void setAuthenticated(boolean authenticated) Deprecated.- Specified by:
setAuthenticated
in interfaceAuthentication
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
AbstractAuthenticationToken