Uses of Interface
org.craftercms.security.authentication.AuthenticationManager
Packages that use AuthenticationManager
Package
Description
-
Uses of AuthenticationManager in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement AuthenticationManagerFields in org.craftercms.security.authentication.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManager
RememberMeManagerImpl.authenticationManager
Constructors in org.craftercms.security.authentication.impl with parameters of type AuthenticationManagerModifierConstructorDescriptionRememberMeManagerImpl
(AuthenticationService authenticationService, AuthenticationManager authenticationManager, ProfileService profileService, org.craftercms.commons.crypto.TextEncryptor encryptor, org.craftercms.commons.http.CookieManager rememberMeCookieManager) -
Uses of AuthenticationManager in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManager
AuthenticationHeadersLoginProcessor.authenticationManager
protected AuthenticationManager
CurrentAuthenticationResolvingProcessor.authenticationManager
protected AuthenticationManager
LoginProcessor.authenticationManager
protected AuthenticationManager
LogoutProcessor.authenticationManager
Constructors in org.craftercms.security.processors.impl with parameters of type AuthenticationManagerModifierConstructorDescriptionAuthenticationHeadersLoginProcessor
(TenantService tenantService, ProfileService profileService, TenantsResolver tenantsResolver, AuthenticationManager authenticationManager) CurrentAuthenticationResolvingProcessor
(AuthenticationManager authenticationManager) LoginProcessor
(AuthenticationManager authenticationManager, LoginSuccessHandler loginSuccessHandler, LoginFailureHandler loginFailureHandler, RememberMeManager rememberMeManager, TenantsResolver tenantsResolver) Default constructor.LogoutProcessor
(AuthenticationManager authenticationManager, LogoutSuccessHandler logoutSuccessHandler, RememberMeManager rememberMeManager) Default constructor. -
Uses of AuthenticationManager in org.craftercms.security.social.impl
Fields in org.craftercms.security.social.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManager
ProviderLoginSupportImpl.authenticationManager
Constructors in org.craftercms.security.social.impl with parameters of type AuthenticationManagerModifierConstructorDescriptionProviderLoginSupportImpl
(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator, ProfileService profileService, AuthenticationManager authenticationManager, org.craftercms.commons.crypto.TextEncryptor textEncryptor)