Package | Description |
---|---|
org.acegisecurity.providers.cas.populator |
Implementations that populate GrantedAuthority[]s of CAS authentications.
|
org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
org.acegisecurity.providers.siteminder |
A Siteminder authentication provider.
|
org.acegisecurity.providers.x509.populator |
Implementations that populate GrantedAuthority[]s of X509 authentications.
|
org.acegisecurity.ui.digestauth |
Authenticates HTTP Digest authentication requests.
|
org.acegisecurity.ui.rememberme |
Support for remembering a user between different web sessions.
|
org.acegisecurity.ui.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
org.acegisecurity.userdetails.jdbc |
Exposes a JDBC-based authentication repository.
|
org.acegisecurity.userdetails.memory |
Exposes an in-memory authentication repository.
|
Modifier and Type | Method and Description |
---|---|
UserDetailsService |
DaoCasAuthoritiesPopulator.getUserDetailsService() |
Modifier and Type | Method and Description |
---|---|
void |
DaoCasAuthoritiesPopulator.setUserDetailsService(UserDetailsService userDetailsService) |
Modifier and Type | Method and Description |
---|---|
UserDetailsService |
DaoAuthenticationProvider.getUserDetailsService() |
Modifier and Type | Method and Description |
---|---|
void |
DaoAuthenticationProvider.setUserDetailsService(UserDetailsService userDetailsService) |
Modifier and Type | Method and Description |
---|---|
UserDetailsService |
SiteminderAuthenticationProvider.getUserDetailsService()
Return the user details service.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteminderAuthenticationProvider.setUserDetailsService(UserDetailsService userDetailsService)
Sets the user details service.
|
Modifier and Type | Method and Description |
---|---|
void |
DaoX509AuthoritiesPopulator.setUserDetailsService(UserDetailsService userDetailsService) |
Modifier and Type | Method and Description |
---|---|
UserDetailsService |
DigestProcessingFilter.getUserDetailsService() |
Modifier and Type | Method and Description |
---|---|
void |
DigestProcessingFilter.setUserDetailsService(UserDetailsService userDetailsService) |
Modifier and Type | Method and Description |
---|---|
UserDetailsService |
TokenBasedRememberMeServices.getUserDetailsService() |
Modifier and Type | Method and Description |
---|---|
void |
TokenBasedRememberMeServices.setUserDetailsService(UserDetailsService userDetailsService) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchUserProcessingFilter.setUserDetailsService(UserDetailsService userDetailsService)
Sets the authentication data access object.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDaoImpl
Retrieves user details (username, password, enabled flag, and authorities) from a JDBC location.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryDaoImpl
Retrieves user details from an in-memory list created by the bean context.
|
Copyright © 2017. All rights reserved.