Class BroadleafOAuthClientAuthenticationDetails

java.lang.Object
com.broadleafcommerce.auth.client.provider.authentication.BroadleafOAuthClientAuthenticationDetails
All Implemented Interfaces:
Serializable

public final class BroadleafOAuthClientAuthenticationDetails extends Object implements Serializable
This is added to the OAuth2LoginAuthenticationToken and used by the DefaultSessionAuthenticationStrategy to create cookies after authentication.
See Also:
  • Constructor Details

    • BroadleafOAuthClientAuthenticationDetails

      public BroadleafOAuthClientAuthenticationDetails(String clientId)
  • Method Details