Spring Security Framework

Uses of Interface
org.springframework.security.MutableGrantedAuthoritiesContainer

Packages that use MutableGrantedAuthoritiesContainer
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 MutableGrantedAuthoritiesContainer in org.springframework.security
 

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

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

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

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

Classes in org.springframework.security.ui.preauth that implement MutableGrantedAuthoritiesContainer
 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.