Class UsernamePasswordAuthenticationProvider
java.lang.Object
org.apache.syncope.core.spring.security.UsernamePasswordAuthenticationProvider
- All Implemented Interfaces:
AuthenticationProvider
- Direct Known Subclasses:
SelfKeymasterUsernamePasswordAuthenticationProvider
@Configurable
public class UsernamePasswordAuthenticationProvider
extends Object
implements AuthenticationProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AuthenticationThrottlerprotected final AuthDataAccessorprotected final DomainOpsprotected final EncryptorManagerprotected static final Loggerprotected final UserProvisioningManagerprotected final SecurityProperties -
Constructor Summary
ConstructorsConstructorDescriptionUsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, SecurityProperties securityProperties, EncryptorManager encryptorManager, javax.cache.Cache<String, ThrottlerAttempts> authenticationThrottlerCache) -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(Authentication authentication) protected AuthenticationfinalizeAuthentication(String domain, String login, String username, AuthDataAccessor.UsernamePasswordAuthResult authResult, Authentication authentication) boolean
-
Field Details
-
LOG
-
domainOps
-
dataAccessor
-
provisioningManager
-
securityProperties
-
encryptorManager
-
authenticationThrottler
-
-
Constructor Details
-
UsernamePasswordAuthenticationProvider
public UsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, SecurityProperties securityProperties, EncryptorManager encryptorManager, javax.cache.Cache<String, ThrottlerAttempts> authenticationThrottlerCache)
-
-
Method Details
-
authenticate
- Specified by:
authenticatein interfaceAuthenticationProvider
-
finalizeAuthentication
protected Authentication finalizeAuthentication(String domain, String login, String username, AuthDataAccessor.UsernamePasswordAuthResult authResult, Authentication authentication) -
supports
- Specified by:
supportsin interfaceAuthenticationProvider
-