Class RememberMeLoginAuthenticationStrategyDelegate

java.lang.Object
com.broadleafcommerce.auth.authorization.security.rememberme.service.RememberMeLoginAuthenticationStrategyDelegate
All Implemented Interfaces:
AuthenticationStrategyDelegate

public class RememberMeLoginAuthenticationStrategyDelegate extends Object implements AuthenticationStrategyDelegate

AuthenticationStrategyDelegate to convert RememberMeAuthenticationToken to OAuth2UserDetails. With remember me login, the OAuth2UserDetails are already on the token.

This is invoked by DefaultSessionAuthenticationStrategy after a successful remember me auto-login.

See Also:
  • Constructor Details

    • RememberMeLoginAuthenticationStrategyDelegate

      public RememberMeLoginAuthenticationStrategyDelegate()
  • Method Details