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(GrantedAuthority[] authorities)
Used to store authorities in the containing object.
|
getGrantedAuthorities
void setGrantedAuthorities(GrantedAuthority[] authorities)