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 AuthenticationManagerRememberMeManagerImpl.authenticationManagerMethods in org.craftercms.security.authentication.impl with parameters of type AuthenticationManagerModifier and TypeMethodDescriptionvoidRememberMeManagerImpl.setAuthenticationManager(AuthenticationManager authenticationManager) -
Uses of AuthenticationManager in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManagerAuthenticationHeadersLoginProcessor.authenticationManagerprotected AuthenticationManagerCurrentAuthenticationResolvingProcessor.authenticationManagerprotected AuthenticationManagerLoginProcessor.authenticationManagerprotected AuthenticationManagerLogoutProcessor.authenticationManagerMethods in org.craftercms.security.processors.impl with parameters of type AuthenticationManagerModifier and TypeMethodDescriptionvoidAuthenticationHeadersLoginProcessor.setAuthenticationManager(AuthenticationManager authenticationManager) voidCurrentAuthenticationResolvingProcessor.setAuthenticationManager(AuthenticationManager authenticationManager) voidLoginProcessor.setAuthenticationManager(AuthenticationManager authenticationManager) voidLogoutProcessor.setAuthenticationManager(AuthenticationManager authenticationManager) -
Uses of AuthenticationManager in org.craftercms.security.social.impl
Fields in org.craftercms.security.social.impl declared as AuthenticationManagerModifier and TypeFieldDescriptionprotected AuthenticationManagerProviderLoginSupportImpl.authenticationManagerMethods in org.craftercms.security.social.impl with parameters of type AuthenticationManagerModifier and TypeMethodDescriptionvoidProviderLoginSupportImpl.setAuthenticationManager(AuthenticationManager authenticationManager)