public interface GrantedAuthoritiesContainer
extends java.io.Serializable
Typically used in a pre-authenticated scenario when an AuthenticationDetails instance may also be used to obtain user authorities.
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends GrantedAuthority> |
getGrantedAuthorities() |
java.util.Collection<? extends GrantedAuthority> getGrantedAuthorities()