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
GrantedAuthority s. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MapBasedAttributes2GrantedAuthoritiesMapper
This class implements the Attributes2GrantedAuthoritiesMapper and
MappableAttributesRetriever interfaces based on the supplied Map.
|
class |
SimpleAttributes2GrantedAuthoritiesMapper
This class implements the Attributes2GrantedAuthoritiesMapper interface by doing a
one-to-one mapping from roles to Spring Security GrantedAuthorities.
|
Modifier and Type | Field and Description |
---|---|
protected Attributes2GrantedAuthoritiesMapper |
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource.j2eeUserRoles2GrantedAuthoritiesMapper |
Modifier and Type | Method and Description |
---|---|
void |
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource.setUserRoles2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
WebSpherePreAuthenticatedWebAuthenticationDetailsSource.setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper) |
void |
WebSpherePreAuthenticatedAuthenticationDetailsSource.setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper mapper)
Deprecated.
|
Copyright © 2019. All rights reserved.