| Package | Description |
|---|---|
| org.springframework.security.authentication.dao |
An
AuthenticationProvider which relies upon a data access object. |
| org.springframework.security.config.annotation.authentication.configurers.provisioning | |
| org.springframework.security.config.authentication |
Parsing of <authentication-manager> and related elements.
|
| org.springframework.security.core.userdetails.cache |
Implementations of
UserCache. |
| 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.www |
WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication.
|
| Modifier and Type | Method and Description |
|---|---|
UserCache |
AbstractUserDetailsAuthenticationProvider.getUserCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserDetailsAuthenticationProvider.setUserCache(UserCache userCache) |
| Modifier and Type | Method and Description |
|---|---|
JdbcUserDetailsManagerConfigurer<B> |
JdbcUserDetailsManagerConfigurer.userCache(UserCache userCache)
Defines the
UserCache to use |
| Modifier and Type | Method and Description |
|---|---|
UserCache |
CachingUserDetailsService.getUserCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingUserDetailsService.setUserCache(UserCache userCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheBasedUserCache
Caches
User objects using a Spring IoC defined EHCACHE. |
class |
NullUserCache
Does not perform any caching.
|
class |
SpringCacheBasedUserCache
Caches
UserDetails instances in a Spring defined Cache. |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcUserDetailsManager.setUserCache(UserCache userCache)
Optionally sets the UserCache if one is in use in the application.
|
| Modifier and Type | Method and Description |
|---|---|
UserCache |
DigestAuthenticationFilter.getUserCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DigestAuthenticationFilter.setUserCache(UserCache userCache) |
Copyright © 2016. All rights reserved.