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

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

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