AbstractAuthenticationToken
@Deprecated public abstract class AbstractAuthenticationToken extends Object implements Authentication
Constructor and Description |
---|
AbstractAuthenticationToken()
Deprecated.
|
AbstractAuthenticationToken(GrantedAuthority[] authorities)
Deprecated.
|
Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
fromSpring, getCredentials, getPrincipal, toSpring
public AbstractAuthenticationToken()
public AbstractAuthenticationToken(GrantedAuthority[] authorities)
public GrantedAuthority[] getAuthorities()
getAuthorities
in interface Authentication
public Object getDetails()
getDetails
in interface Authentication
public void setDetails(Object details)
public boolean isAuthenticated()
isAuthenticated
in interface Authentication
public void setAuthenticated(boolean authenticated)
setAuthenticated
in interface Authentication
public String toString()
public boolean equals(Object o)
Copyright © 2004–2021. All rights reserved.