|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface MutableGrantedAuthoritiesContainer
Indicates that a object can be used to store and retrieve GrantedAuthority objects.
Typically used in a pre-authenticated scenario when an AuthenticationDetails instance may also be used to obtain user authorities.
| Method Summary | |
|---|---|
void |
setGrantedAuthorities(Collection<? extends GrantedAuthority> authorities)
Deprecated. Used to store authorities in the containing object. |
| Methods inherited from interface org.springframework.security.core.authority.GrantedAuthoritiesContainer |
|---|
getGrantedAuthorities |
| Method Detail |
|---|
void setGrantedAuthorities(Collection<? extends GrantedAuthority> authorities)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||