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

Packages that use org.springframework.security.core.authority.mapping
org.springframework.security.core.authority.mapping   
org.springframework.security.web.authentication.preauth.j2ee   
org.springframework.security.web.authentication.preauth.websphere   
 

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