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

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

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

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

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



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