Class FormLoginAuthenticationStrategyDelegate

java.lang.Object
com.broadleafcommerce.auth.user.web.authentication.session.FormLoginAuthenticationStrategyDelegate
All Implemented Interfaces:
AuthenticationStrategyDelegate

public class FormLoginAuthenticationStrategyDelegate extends Object implements AuthenticationStrategyDelegate
AuthenticationStrategyDelegate to convert FormLoginAuthenticationToken to OAuth2UserDetails. With form login, the OAuth2UserDetails are already on the token.
Author:
Cade Rea (cade-rea)
  • Constructor Details

    • FormLoginAuthenticationStrategyDelegate

      public FormLoginAuthenticationStrategyDelegate()
  • Method Details