| Package | Description |
|---|---|
| org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
| org.acegisecurity.providers.dao.cache |
Caches
User objects for the DaoAuthenticationProvider. |
| org.acegisecurity.ui.digestauth |
Authenticates HTTP Digest authentication requests.
|
| Modifier and Type | Method and Description |
|---|---|
UserCache |
AbstractUserDetailsAuthenticationProvider.getUserCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserDetailsAuthenticationProvider.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.
|
| Modifier and Type | Method and Description |
|---|---|
UserCache |
DigestProcessingFilter.getUserCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DigestProcessingFilter.setUserCache(UserCache userCache) |
Copyright © 2021. All rights reserved.