Uses of Package
org.springframework.security.core.authority

Packages that use org.springframework.security.core.authority
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
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. 
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
 

Classes in org.springframework.security.core.authority used by org.springframework.security.authentication.jaas
GrantedAuthorityImpl
          Basic concrete implementation of a GrantedAuthority.
 

Classes in org.springframework.security.core.authority used by org.springframework.security.core.authority
GrantedAuthoritiesContainer
          Indicates that a object stores GrantedAuthority objects.
MutableGrantedAuthoritiesContainer
          Indicates that a object can be used to store and retrieve GrantedAuthority objects.
 

Classes in org.springframework.security.core.authority used by org.springframework.security.web.authentication.preauth
GrantedAuthoritiesContainer
          Indicates that a object stores GrantedAuthority objects.
MutableGrantedAuthoritiesContainer
          Indicates that a object can be used to store and retrieve GrantedAuthority objects.
 

Classes in org.springframework.security.core.authority used by org.springframework.security.web.authentication.switchuser
GrantedAuthorityImpl
          Basic concrete implementation of a GrantedAuthority.
 



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