public interface

MutableGrantedAuthoritiesContainer

implements GrantedAuthoritiesContainer
org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract void setGrantedAuthorities(Collection<? extends GrantedAuthority> authorities)
Used to store authorities in the containing object.
[Expand]
Inherited Methods
From interface org.springframework.security.core.authority.GrantedAuthoritiesContainer

Public Methods

public abstract void setGrantedAuthorities (Collection<? extends GrantedAuthority> authorities)

Used to store authorities in the containing object.