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

Packages that use MutableGrantedAuthoritiesContainer
org.springframework.security.core.authority   
org.springframework.security.web.authentication.preauth   
 

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-2009 SpringSource, Inc. All Rights Reserved.