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
GrantedAuthority s. |
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.preauth.j2ee |
Pre-authentication support for container-authenticated requests.
|
org.springframework.security.web.authentication.preauth.websphere |
Websphere-specific pre-authentication classes.
|
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
Class and Description |
---|
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
Class and Description |
---|
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
Class and Description |
---|
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
Class and Description |
---|
Attributes2GrantedAuthoritiesMapper
Interface to be implemented by classes that can map a list of security attributes (such as roles or
group names) to a collection of Spring Security
GrantedAuthority s. |
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
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).
|
Class and Description |
---|
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
Class and Description |
---|
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
Class and Description |
---|
Attributes2GrantedAuthoritiesMapper
Interface to be implemented by classes that can map a list of security attributes (such as roles or
group names) to a collection of Spring Security
GrantedAuthority s. |
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).
|
Class and Description |
---|
Attributes2GrantedAuthoritiesMapper
Interface to be implemented by classes that can map a list of security attributes (such as roles or
group names) to a collection of Spring Security
GrantedAuthority s. |
Class and Description |
---|
GrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the
authorities loaded from storage into those which will be used in the
Authentication object. |
Copyright © 2019. All rights reserved.