Uses of Interface
org.craftercms.security.authentication.AuthenticationManager
Packages that use AuthenticationManager
Package
Description
- 
Uses of AuthenticationManager in org.craftercms.security.authentication.implClasses in org.craftercms.security.authentication.impl that implement AuthenticationManagerFields in org.craftercms.security.authentication.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManagerRememberMeManagerImpl.authenticationManagerConstructors 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.implFields in org.craftercms.security.processors.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManagerAuthenticationHeadersLoginProcessor.authenticationManagerprotected AuthenticationManagerCurrentAuthenticationResolvingProcessor.authenticationManagerprotected AuthenticationManagerLoginProcessor.authenticationManagerprotected AuthenticationManagerLogoutProcessor.authenticationManagerConstructors 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.implFields in org.craftercms.security.social.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManagerProviderLoginSupportImpl.authenticationManagerConstructors 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)