public interface Authentication extends Principal, Serializable
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
getAuthorities() |
Object |
getCredentials() |
Object |
getDetails() |
Object |
getPrincipal() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean authenticated) |
Object getPrincipal()
Object getCredentials()
Collection<?> getAuthorities()
Object getDetails()
boolean isAuthenticated()
void setAuthenticated(boolean authenticated)
Copyright © 2005–2018 The Beangle Software. All rights reserved.