Uses of Interface
org.craftercms.security.authentication.AuthenticationCache
-
Packages that use AuthenticationCache Package Description org.craftercms.security.authentication.impl org.craftercms.security.utils.profile -
-
Uses of AuthenticationCache in org.craftercms.security.authentication.impl
Classes in org.craftercms.security.authentication.impl that implement AuthenticationCache Modifier and Type Class Description classGuavaAuthenticationCacheImplementation ofAuthenticationCachethat uses a GuavaCache.Fields in org.craftercms.security.authentication.impl declared as AuthenticationCache Modifier and Type Field Description protected AuthenticationCacheAuthenticationManagerImpl. authenticationCacheMethods in org.craftercms.security.authentication.impl with parameters of type AuthenticationCache Modifier and Type Method Description voidAuthenticationManagerImpl. setAuthenticationCache(AuthenticationCache authenticationCache) -
Uses of AuthenticationCache in org.craftercms.security.utils.profile
Fields in org.craftercms.security.utils.profile declared as AuthenticationCache Modifier and Type Field Description protected AuthenticationCacheRefreshCurrentAuthenticationOnProfileUpdateAspect. authenticationCacheMethods in org.craftercms.security.utils.profile with parameters of type AuthenticationCache Modifier and Type Method Description voidRefreshCurrentAuthenticationOnProfileUpdateAspect. setAuthenticationCache(AuthenticationCache authenticationCache)
-