public abstract class AbstractAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
AbstractAuthentication(Collection<?> authorities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<?> |
getAuthorities() |
Object |
getDetails() |
String |
getName() |
int |
hashCode() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean authenticated) |
void |
setDetails(Object details) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCredentials, getPrincipalpublic AbstractAuthentication(Collection<?> authorities)
public Object getDetails()
getDetails in interface Authenticationpublic void setDetails(Object details)
public Collection<?> getAuthorities()
getAuthorities in interface Authenticationpublic boolean isAuthenticated()
isAuthenticated in interface Authenticationpublic void setAuthenticated(boolean authenticated)
setAuthenticated in interface Authenticationpublic boolean equals(Object obj)
public int hashCode()
Copyright © 2005–2018 The Beangle Software. All rights reserved.