@Deprecated public interface MutableGrantedAuthoritiesContainer extends GrantedAuthoritiesContainer
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 |
|---|---|
void |
setGrantedAuthorities(Collection<? extends GrantedAuthority> authorities)
Deprecated.
Used to store authorities in the containing object.
|
getGrantedAuthoritiesvoid setGrantedAuthorities(Collection<? extends GrantedAuthority> authorities)