org.springframework.security
Interface GrantedAuthoritiesContainer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
MutableGrantedAuthoritiesContainer
All Known Implementing Classes:
GrantedAuthoritiesContainerImpl, PortletPreAuthenticatedAuthenticationDetails, PreAuthenticatedGrantedAuthoritiesAuthenticationDetails, PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails

public interface GrantedAuthoritiesContainer
extends java.io.Serializable

Indicates that a object stores GrantedAuthority objects.

Typically used in a pre-authenticated scenario when an AuthenticationDetails instance may also be used to obtain user authorities.

Since:
2.0
Author:
Ruud Senden, Luke Taylor

Method Summary
 GrantedAuthority[] getGrantedAuthorities()
           
 

Method Detail

getGrantedAuthorities

GrantedAuthority[] getGrantedAuthorities()