Uses of Package
com.broadleafcommerce.auth.authorization.security.rememberme.service
Packages that use com.broadleafcommerce.auth.authorization.security.rememberme.service
Package
Description
-
Classes in com.broadleafcommerce.auth.authorization.security.rememberme.service used by com.broadleafcommerce.auth.authorization.security.rememberme.autoconfigureClassDescriptionAn extension of Spring's
PersistentTokenBasedRememberMeServices
implementation with adaptations particular to Broadleaf's requirements.For management ofPersistentRememberMeToken
, Spring uses thePersistentTokenRepository
'repository' interface.Component centralizing operations on the 'remember-me' auto-login cookie.Component invoked byAuthenticationLogoutHandler
to revoke state related to 'remember-me' on logout.Spring'sPersistentTokenBasedRememberMeServices
implementation (and transitively ourBroadleafPersistentTokenRememberMeServices
) requires aUserDetailsService
be available. -
Classes in com.broadleafcommerce.auth.authorization.security.rememberme.service used by com.broadleafcommerce.auth.authorization.security.rememberme.filterClassDescriptionComponent centralizing operations on the 'remember-me' auto-login cookie.
-
Classes in com.broadleafcommerce.auth.authorization.security.rememberme.service used by com.broadleafcommerce.auth.authorization.security.rememberme.serviceClassDescriptionAn extension of Spring's
PersistentTokenBasedRememberMeServices
implementation with adaptations particular to Broadleaf's requirements.Component centralizing operations on the 'remember-me' auto-login cookie.AUserDetailsService
implementation that internally delegates toOAuth2UserDetailsService
. -
Classes in com.broadleafcommerce.auth.authorization.security.rememberme.service used by com.broadleafcommerce.auth.user.web.logoutClassDescriptionComponent invoked by
AuthenticationLogoutHandler
to revoke state related to 'remember-me' on logout.