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

Packages that use org.springframework.security.core.authority.mapping
org.springframework.security.core.authority.mapping Strategies for mapping a list of attributes (such as roles or LDAP groups) to a list of GrantedAuthoritys. 
org.springframework.security.web.authentication.preauth.j2ee Pre-authentication support for container-authenticated requests. 
org.springframework.security.web.authentication.preauth.websphere Websphere-specific pre-authentication classes. 
 

Classes in org.springframework.security.core.authority.mapping used by org.springframework.security.core.authority.mapping
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.core.authority.mapping used by org.springframework.security.web.authentication.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).
 

Classes in org.springframework.security.core.authority.mapping used by org.springframework.security.web.authentication.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.
 



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