Package | Description |
---|---|
org.springframework.security.access.hierarchicalroles |
Role hierarchy implementation.
|
org.springframework.security.authentication |
Core classes and interfaces related to user authentication, which are used throughout Spring Security.
|
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.cas.userdetails | |
org.springframework.security.config.authentication |
Parsing of <authentication-manager> and related elements.
|
org.springframework.security.core.userdetails |
The standard interfaces for implementing user data DAOs.
|
org.springframework.security.core.userdetails.cache |
Implementations of
UserCache . |
org.springframework.security.core.userdetails.jdbc |
Exposes a JDBC-based authentication repository, implementing
org.springframework.security.core.userdetails.UserDetailsService UserDetailsService . |
org.springframework.security.core.userdetails.memory |
Exposes an in-memory authentication repository.
|
org.springframework.security.ldap.authentication |
The LDAP authentication provider package.
|
org.springframework.security.ldap.search |
LdapUserSearch implementations. |
org.springframework.security.ldap.userdetails |
LDAP-focused
UserDetails implementations which map from a ubset of the data
contained in some of the standard LDAP types (such as InetOrgPerson ). |
org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
org.springframework.security.provisioning |
Contains simple user and authority group account provisioning interfaces together with a a
JDBC-based implementation.
|
org.springframework.security.web.authentication.preauth |
Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been
authenticated by some externally configured system.
|
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
org.springframework.security.web.authentication.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
org.springframework.security.web.authentication.www |
WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication.
|
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsChecker
Called by classes which make use of a
UserDetailsService to check the status of the loaded
UserDetails object. |
Class and Description |
---|
UserCache
Provides a cache of
UserDetails objects. |
UserDetails
Provides core user information.
|
UserDetailsChecker
Called by classes which make use of a
UserDetailsService to check the status of the loaded
UserDetails object. |
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
AuthenticationUserDetailsService
Interface that allows for retrieving a UserDetails object based on an Authentication object.
|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
AuthenticationUserDetailsService
Interface that allows for retrieving a UserDetails object based on an Authentication object.
|
UserDetails
Provides core user information.
|
Class and Description |
---|
UserCache
Provides a cache of
UserDetails objects. |
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
AuthenticationUserDetailsService
Interface that allows for retrieving a UserDetails object based on an Authentication object.
|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
UserCache
Provides a cache of
UserDetails objects. |
UserDetails
Provides core user information.
|
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
AuthenticationUserDetailsService
Interface that allows for retrieving a UserDetails object based on an Authentication object.
|
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
UserCache
Provides a cache of
UserDetails objects. |
UserDetails
Provides core user information.
|
UserDetailsService
Core interface which loads user-specific data.
|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
AuthenticationUserDetailsService
Interface that allows for retrieving a UserDetails object based on an Authentication object.
|
UserDetails
Provides core user information.
|
UserDetailsChecker
Called by classes which make use of a
UserDetailsService to check the status of the loaded
UserDetails object. |
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsChecker
Called by classes which make use of a
UserDetailsService to check the status of the loaded
UserDetails object. |
UserDetailsService
Core interface which loads user-specific data.
|
UsernameNotFoundException
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Class and Description |
---|
UserDetails
Provides core user information.
|
UserDetailsChecker
Called by classes which make use of a
UserDetailsService to check the status of the loaded
UserDetails object. |
UserDetailsService
Core interface which loads user-specific data.
|
Class and Description |
---|
UserCache
Provides a cache of
UserDetails objects. |
UserDetailsService
Core interface which loads user-specific data.
|
Copyright © 2015. All rights reserved.