public interface Authentication extends Principal, Serializable
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends GrantedAuthority> |
getAuthorities() |
Object |
getCredentials() |
Object |
getDetails() |
Object |
getPrincipal() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean var1) |
Collection<? extends GrantedAuthority> getAuthorities()
Object getCredentials()
Object getDetails()
Object getPrincipal()
boolean isAuthenticated()
void setAuthenticated(boolean var1)
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2022. All rights reserved.