Spring Security Framework

Uses of Interface
org.springframework.security.GrantedAuthoritiesContainer

Packages that use GrantedAuthoritiesContainer
org.springframework.security Provides core Spring Security interfaces and classes. 
org.springframework.security.ui.portlet Authentication interceptor (and related classes) for use with the Portlet 1.0 (JSR 168) Specification. 
org.springframework.security.ui.preauth   
 

Uses of GrantedAuthoritiesContainer in org.springframework.security
 

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

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

Uses of GrantedAuthoritiesContainer in org.springframework.security.ui.portlet
 

Classes in org.springframework.security.ui.portlet that implement GrantedAuthoritiesContainer
 class PortletPreAuthenticatedAuthenticationDetails
           
 

Uses of GrantedAuthoritiesContainer in org.springframework.security.ui.preauth
 

Classes in org.springframework.security.ui.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.
 


Spring Security Framework

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