| Package | Description |
|---|---|
| org.springframework.security.access.hierarchicalroles |
Role hierarchy implementation.
|
| org.springframework.security.authentication.dao |
An
AuthenticationProvider which relies upon a data access object. |
| org.springframework.security.cas.authentication |
An
AuthenticationProvider that can process CAS service tickets and proxy tickets. |
| 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.ldap.authentication |
The LDAP authentication provider package.
|
| org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
| org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoleHierarchyAuthoritiesMapper |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserDetailsAuthenticationProvider.setAuthoritiesMapper(GrantedAuthoritiesMapper authoritiesMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
CasAuthenticationProvider.setAuthoritiesMapper(GrantedAuthoritiesMapper authoritiesMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullAuthoritiesMapper |
class |
SimpleAuthorityMapper
Simple one-to-one
GrantedAuthoritiesMapper which allows for case conversion of the authority name
and the addition of a string prefix (which defaults to ROLE_). |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLdapAuthenticationProvider.setAuthoritiesMapper(GrantedAuthoritiesMapper authoritiesMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIDAuthenticationProvider.setAuthoritiesMapper(GrantedAuthoritiesMapper authoritiesMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRememberMeServices.setAuthoritiesMapper(GrantedAuthoritiesMapper authoritiesMapper) |
Copyright © 2016. All rights reserved.