| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapBasedAttributes2GrantedAuthoritiesMapper
This class implements the Attributes2GrantedAuthoritiesMapper and
MappableAttributesRetriever interfaces based on the supplied Map.
|
class |
SimpleMappableAttributesRetriever
This class implements the MappableAttributesRetriever interface by just returning
a list of mappable attributes as previously set using the corresponding setter
method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebXmlMappableAttributesRetriever
This MappableAttributesRetriever implementation reads the list of defined J2EE
roles from a web.xml file and returns these from {
WebXmlMappableAttributesRetriever.getMappableAttributes(). |
| Modifier and Type | Method and Description |
|---|---|
void |
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource.setMappableRolesRetriever(MappableAttributesRetriever aJ2eeMappableRolesRetriever) |
Copyright © 2016. All rights reserved.