public interface GrantedAuthoritiesContainer extends 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 |
|---|---|
Collection<? extends GrantedAuthority> |
getGrantedAuthorities() |
Collection<? extends GrantedAuthority> getGrantedAuthorities()