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 TypeClassDescriptionclassImplementation ofAuthenticationCachethat uses a GuavaCache.Fields in org.craftercms.security.authentication.impl declared as AuthenticationCacheModifier and TypeFieldDescriptionprotected AuthenticationCacheAuthenticationManagerImpl.authenticationCacheConstructors 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 AuthenticationCacheRefreshCurrentAuthenticationOnProfileUpdateAspect.authenticationCacheConstructors in org.craftercms.security.utils.profile with parameters of type AuthenticationCacheModifierConstructorDescriptionRefreshCurrentAuthenticationOnProfileUpdateAspect(AuthenticationCache authenticationCache)