public class AnonymousAuthentication extends AbstractAuthentication
| Modifier and Type | Field and Description |
|---|---|
static AnonymousAuthentication |
Instance
Default anonymous instance
|
| Constructor and Description |
|---|
AnonymousAuthentication(Object principal,
Collection<?> authorities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getCredentials() |
Object |
getPrincipal() |
getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetailspublic static AnonymousAuthentication Instance
public AnonymousAuthentication(Object principal, Collection<?> authorities)
Copyright © 2005–2018 The Beangle Software. All rights reserved.