Uses of Interface
org.springframework.security.core.authority.GrantedAuthoritiesContainer

Packages that use GrantedAuthoritiesContainer
org.springframework.security.core.authority The default implementation of the GrantedAuthority interface. 
org.springframework.security.web.authentication.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
 

Uses of GrantedAuthoritiesContainer in org.springframework.security.core.authority
 

Subinterfaces of GrantedAuthoritiesContainer in org.springframework.security.core.authority
 interface MutableGrantedAuthoritiesContainer
          Indicates that a object can be used to store and retrieve GrantedAuthority objects.
 

Classes in org.springframework.security.core.authority that implement GrantedAuthoritiesContainer
 class GrantedAuthoritiesContainerImpl
           
 

Uses of GrantedAuthoritiesContainer in org.springframework.security.web.authentication.preauth
 

Classes in org.springframework.security.web.authentication.preauth that implement GrantedAuthoritiesContainer
 class PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
          This AuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
 class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
          This WebAuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.