@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(java.util.Collection<? extends GrantedAuthority> authorities)
Deprecated.
Used to store authorities in the containing object.
|
getGrantedAuthorities
void setGrantedAuthorities(java.util.Collection<? extends GrantedAuthority> authorities)