Uses of Interface
org.craftercms.security.authentication.AuthenticationCache
Packages that use AuthenticationCache
Package
Description
-
Uses of AuthenticationCache in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement AuthenticationCacheModifier and TypeClassDescriptionclass
Implementation ofAuthenticationCache
that uses a GuavaCache
.Fields in org.craftercms.security.authentication.impl declared as AuthenticationCacheModifier and TypeFieldDescriptionprotected AuthenticationCache
AuthenticationManagerImpl.authenticationCache
Constructors in org.craftercms.security.authentication.impl with parameters of type AuthenticationCacheModifierConstructorDescriptionAuthenticationManagerImpl
(AuthenticationService authenticationService, ProfileService profileService, AuthenticationCache authenticationCache) -
Uses of AuthenticationCache in org.craftercms.security.utils.profile
Fields in org.craftercms.security.utils.profile declared as AuthenticationCacheModifier and TypeFieldDescriptionprotected AuthenticationCache
RefreshCurrentAuthenticationOnProfileUpdateAspect.authenticationCache
Constructors in org.craftercms.security.utils.profile with parameters of type AuthenticationCacheModifierConstructorDescriptionRefreshCurrentAuthenticationOnProfileUpdateAspect
(AuthenticationCache authenticationCache)