Class RememberMeLogoutHandlerDelegate

java.lang.Object
com.broadleafcommerce.auth.authorization.security.rememberme.service.RememberMeLogoutHandlerDelegate

public class RememberMeLogoutHandlerDelegate extends Object

Component invoked by AuthenticationLogoutHandler to revoke state related to 'remember-me' on logout.

Note that this component itself is intentionally not a standalone LogoutHandler - the expectation is for this logic to be selectively invoked by AuthenticationLogoutHandler only when a valid login exists in a state that can be revoked.