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
ConstructorsModifierConstructorDescriptionprotectedDeprecated.protectedAbstractAuthenticationToken(GrantedAuthority[] authorities) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.getName()Deprecated.inthashCode()Deprecated.booleanDeprecated.voidsetAuthenticated(boolean authenticated) Deprecated.voidsetDetails(Object details) Deprecated.toString()Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getAuthoritiesin interfaceAuthentication
-
getDetails
Deprecated.- Specified by:
getDetailsin interfaceAuthentication
-
setDetails
Deprecated. -
isAuthenticated
public boolean isAuthenticated()Deprecated.- Specified by:
isAuthenticatedin interfaceAuthentication
-
setAuthenticated
public void setAuthenticated(boolean authenticated) Deprecated.- Specified by:
setAuthenticatedin interfaceAuthentication
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
AbstractAuthenticationToken