@CompileStatic class GrailsAnonymousAuthenticationToken extends AnonymousAuthenticationToken
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
PASSWORD |
|
static GrantedAuthority |
ROLE |
|
static java.util.List<GrantedAuthority> |
ROLES |
|
static java.lang.String |
ROLE_NAME |
|
static java.lang.String |
USERNAME |
|
static UserDetails |
USER_DETAILS |
| Constructor and description |
|---|
GrailsAnonymousAuthenticationToken(java.lang.String key, java.lang.Object details)Constructor. |
| Methods inherited from class | Name |
|---|---|
class AnonymousAuthenticationToken |
equals, eraseCredentials, getAuthorities, getClass, getCredentials, getDetails, getKeyHash, getName, getPrincipal, hashCode, implies, isAuthenticated, notify, notifyAll, setAuthenticated, setDetails, toString, wait, wait, wait |