Uses of Interface
org.craftercms.security.authentication.AuthenticationManager
-
Packages that use AuthenticationManager Package Description org.craftercms.security.authentication.impl org.craftercms.security.processors.impl org.craftercms.security.social.impl -
-
Uses of AuthenticationManager in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement AuthenticationManager Modifier and Type Class Description classAuthenticationManagerImplDefault implementation ofAuthenticationManager.Fields in org.craftercms.security.authentication.impl declared as AuthenticationManager Modifier and Type Field Description protected AuthenticationManagerRememberMeManagerImpl. authenticationManagerMethods in org.craftercms.security.authentication.impl with parameters of type AuthenticationManager Modifier and Type Method Description voidRememberMeManagerImpl. setAuthenticationManager(AuthenticationManager authenticationManager) -
Uses of AuthenticationManager in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as AuthenticationManager Modifier and Type Field Description protected AuthenticationManagerAuthenticationHeadersLoginProcessor. authenticationManagerprotected AuthenticationManagerCurrentAuthenticationResolvingProcessor. authenticationManagerprotected AuthenticationManagerLoginProcessor. authenticationManagerprotected AuthenticationManagerLogoutProcessor. authenticationManagerMethods in org.craftercms.security.processors.impl with parameters of type AuthenticationManager Modifier and Type Method Description voidAuthenticationHeadersLoginProcessor. 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 AuthenticationManager Modifier and Type Field Description protected AuthenticationManagerProviderLoginSupportImpl. authenticationManagerMethods in org.craftercms.security.social.impl with parameters of type AuthenticationManager Modifier and Type Method Description voidProviderLoginSupportImpl. setAuthenticationManager(AuthenticationManager authenticationManager)
-