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