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 class
GuavaAuthenticationCache
Implementation ofAuthenticationCache
that uses a GuavaCache
.Fields in org.craftercms.security.authentication.impl declared as AuthenticationCache Modifier and Type Field Description protected AuthenticationCache
AuthenticationManagerImpl. authenticationCache
Methods in org.craftercms.security.authentication.impl with parameters of type AuthenticationCache Modifier and Type Method Description void
AuthenticationManagerImpl. 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 AuthenticationCache
RefreshCurrentAuthenticationOnProfileUpdateAspect. authenticationCache
Methods in org.craftercms.security.utils.profile with parameters of type AuthenticationCache Modifier and Type Method Description void
RefreshCurrentAuthenticationOnProfileUpdateAspect. setAuthenticationCache(AuthenticationCache authenticationCache)
-