Class AnonymousAuthenticationToken
java.lang.Object
org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
- All Implemented Interfaces:
Serializable
,Principal
,Authentication
@Deprecated
public class AnonymousAuthenticationToken
extends Object
implements Authentication, Serializable
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionAnonymousAuthenticationToken
(String key, Object principal, GrantedAuthority[] authorities) Deprecated.AnonymousAuthenticationToken
(org.springframework.security.authentication.AnonymousAuthenticationToken delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.Deprecated.getName()
Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.void
setAuthenticated
(boolean isAuthenticated) Deprecated.void
setDetails
(Object details) Deprecated.org.springframework.security.core.Authentication
toSpring()
Deprecated.toString()
Deprecated.
-
Constructor Details
-
AnonymousAuthenticationToken
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public AnonymousAuthenticationToken(org.springframework.security.authentication.AnonymousAuthenticationToken delegate) Deprecated. -
AnonymousAuthenticationToken
Deprecated.
-
-
Method Details
-
getAuthorities
Deprecated.- Specified by:
getAuthorities
in interfaceAuthentication
-
getCredentials
Deprecated.- Specified by:
getCredentials
in interfaceAuthentication
-
getDetails
Deprecated.- Specified by:
getDetails
in interfaceAuthentication
-
setDetails
Deprecated. -
getPrincipal
Deprecated.- Specified by:
getPrincipal
in interfaceAuthentication
-
isAuthenticated
public boolean isAuthenticated()Deprecated.- Specified by:
isAuthenticated
in interfaceAuthentication
-
setAuthenticated
Deprecated.- Specified by:
setAuthenticated
in interfaceAuthentication
- Throws:
IllegalArgumentException
-
getName
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toSpring
public org.springframework.security.core.Authentication toSpring()Deprecated.- Specified by:
toSpring
in interfaceAuthentication
-
AnonymousAuthenticationToken