Uses of Class
org.springframework.security.core.authority.GrantedAuthorityImpl

Packages that use GrantedAuthorityImpl
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
 

Uses of GrantedAuthorityImpl in org.springframework.security.authentication.jaas
 

Subclasses of GrantedAuthorityImpl in org.springframework.security.authentication.jaas
 class JaasGrantedAuthority
          Extends GrantedAuthorityImpl to hold the principal that an AuthorityGranter justified as a reason to grant this Authority.
 

Uses of GrantedAuthorityImpl in org.springframework.security.web.authentication.switchuser
 

Subclasses of GrantedAuthorityImpl in org.springframework.security.web.authentication.switchuser
 class SwitchUserGrantedAuthority
          Custom GrantedAuthority used by SwitchUserFilterStores the Authentication object of the original user to be used later when 'exiting' from a user switch.
 



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