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
Methods in org.craftercms.security.authentication.impl with parameters of type AuthenticationManagerModifier and TypeMethodDescriptionvoid
RememberMeManagerImpl.setAuthenticationManager
(AuthenticationManager authenticationManager) -
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
Methods in org.craftercms.security.processors.impl with parameters of type AuthenticationManagerModifier and TypeMethodDescriptionvoid
AuthenticationHeadersLoginProcessor.setAuthenticationManager
(AuthenticationManager authenticationManager) void
CurrentAuthenticationResolvingProcessor.setAuthenticationManager
(AuthenticationManager authenticationManager) void
LoginProcessor.setAuthenticationManager
(AuthenticationManager authenticationManager) void
LogoutProcessor.setAuthenticationManager
(AuthenticationManager authenticationManager) -
Uses of AuthenticationManager in org.craftercms.security.social.impl
Fields in org.craftercms.security.social.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManager
ProviderLoginSupportImpl.authenticationManager
Methods in org.craftercms.security.social.impl with parameters of type AuthenticationManagerModifier and TypeMethodDescriptionvoid
ProviderLoginSupportImpl.setAuthenticationManager
(AuthenticationManager authenticationManager)