|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ dao overview ] | PREV NEXT | ||||||||
A
- AbstractUserDetailsAuthenticationProvider - class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider.
- A base org.acegisecurity.providers.AuthenticationProvider that allows subclasses to override and work with org.acegisecurity.userdetails.UserDetails objects.
- AbstractUserDetailsAuthenticationProvider() - Constructor for class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- Allows subclasses to perform any additional checks of a returned (or
cached)
UserDetailsfor a given authentication request. - additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- authenticate(Authentication) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
C
- createSuccessAuthentication(Object, Authentication, UserDetails) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- Creates a successful org.acegisecurity.Authentication object.
D
- DaoAuthenticationProvider - class org.acegisecurity.providers.dao.DaoAuthenticationProvider.
- An org.acegisecurity.providers.AuthenticationProvider implementation that retrieves user details from an org.acegisecurity.userdetails.UserDetailsService.
- DaoAuthenticationProvider() - Constructor for class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- doAfterPropertiesSet() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- doAfterPropertiesSet() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
F
- forcePrincipalAsString - Variable in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
G
- getPasswordEncoder() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- getSalt(UserDetails) - Method in interface org.acegisecurity.providers.dao.SaltSource
- Returns the salt to use for the indicated user.
- getSaltSource() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- getUserCache() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- getUserDetailsService() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- getUserFromCache(String) - Method in interface org.acegisecurity.providers.dao.UserCache
- Obtains a org.acegisecurity.userdetails.UserDetails from the cache.
H
- hideUserNotFoundExceptions - Variable in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
I
- isForcePrincipalAsString() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- isHideUserNotFoundExceptions() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
M
- messages - Variable in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
O
- org.acegisecurity.providers.dao - package org.acegisecurity.providers.dao
P
- passwordEncoder - Variable in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- putUserInCache(UserDetails) - Method in interface org.acegisecurity.providers.dao.UserCache
- Places a org.acegisecurity.userdetails.UserDetails in the cache.
R
- removeUserFromCache(String) - Method in interface org.acegisecurity.providers.dao.UserCache
- Removes the specified user from the cache.
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- Allows subclasses to actually retrieve the
UserDetailsfrom an implementation-specific location, with the option of throwing anAuthenticationExceptionimmediately if the presented credentials are incorrect (this is especially useful if it is necessary to bind to a resource as the user in order to obtain or generate aUserDetails). - retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
S
- SaltSource - interface org.acegisecurity.providers.dao.SaltSource.
- Provides alternative sources of the salt to use for encoding passwords.
- saltSource - Variable in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- setForcePrincipalAsString(boolean) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- setHideUserNotFoundExceptions(boolean) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- By default the
DaoAuthenticationProviderthrows aBadCredentialsExceptionif a username is not found or the password is incorrect. - setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- setPasswordEncoder(PasswordEncoder) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- Sets the PasswordEncoder instance to be used to encode and validate passwords.
- setSaltSource(SaltSource) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- The source of salts to use when decoding passwords.
- setUserCache(UserCache) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
- supports(Class) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
U
- UserCache - interface org.acegisecurity.providers.dao.UserCache.
- Provides a cache of org.acegisecurity.userdetails.User objects.
- userCache - Variable in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
- userDetailsService - Variable in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
A C D F G H I M O P R S U
|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ dao overview ] | PREV NEXT | ||||||||