Spring Security Framework

Uses of Package
org.springframework.security.authoritymapping

Packages that use org.springframework.security.authoritymapping
org.springframework.security.authoritymapping   
org.springframework.security.ui.preauth.j2ee   
org.springframework.security.ui.preauth.websphere   
 

Classes in org.springframework.security.authoritymapping used by org.springframework.security.authoritymapping
Attributes2GrantedAuthoritiesMapper
          Interface to be implemented by classes that can map a list of security attributes (such as roles or group names) to a list of Spring Security GrantedAuthorities.
MappableAttributesRetriever
          Interface to be implemented by classes that can retrieve a list of mappable security attribute strings (for example the list of all available J2EE roles in a web or EJB application).
 

Classes in org.springframework.security.authoritymapping used by org.springframework.security.ui.preauth.j2ee
Attributes2GrantedAuthoritiesMapper
          Interface to be implemented by classes that can map a list of security attributes (such as roles or group names) to a list of Spring Security GrantedAuthorities.
MappableAttributesRetriever
          Interface to be implemented by classes that can retrieve a list of mappable security attribute strings (for example the list of all available J2EE roles in a web or EJB application).
XmlMappableAttributesRetriever
          This implementation for the MappableAttributesRetriever interface retrieves the list of mappable attributes from an XML file.
 

Classes in org.springframework.security.authoritymapping used by org.springframework.security.ui.preauth.websphere
Attributes2GrantedAuthoritiesMapper
          Interface to be implemented by classes that can map a list of security attributes (such as roles or group names) to a list of Spring Security GrantedAuthorities.
 


Spring Security Framework

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