Uses of Package
com.broadleafcommerce.auth.user.session.embedded
-
Classes in com.broadleafcommerce.auth.user.session.embedded used by com.broadleafcommerce.auth.user.autoconfigure Class Description EmbeddedLoginAuthenticationFailureHandler EmbeddedLoginAuthenticationFilter Processes an authentication form submission from an embedded login form.EmbeddedLoginAuthenticationProvider AnAuthenticationProviderthat retrievesOAuth2UserDetailsfrom aOAuth2UserDetailsServicefor use with embedded login.EmbeddedLoginAuthenticationSuccessHandler Writes a One-Time Passcode to the response on Embedded Login success.EmbeddedLoginTokenEndpointAuthenticationFilter Authentication Filter for theTokenEndpointwhen using Embedded Login.RevokeRefreshTokenLogoutHandler Revoke refresh token on logout if provided. -
Classes in com.broadleafcommerce.auth.user.session.embedded used by com.broadleafcommerce.auth.user.session.embedded Class Description EmbeddedLoginAuthenticationToken AnAuthenticationimplementation that is designed for simple presentation of an OAuth2 clientId, username, and password.EmbeddedLoginTokenEndpointAuthenticationToken Authentication Token for theTokenEndpointwhen using Embedded Login. -
Classes in com.broadleafcommerce.auth.user.session.embedded used by com.broadleafcommerce.auth.user.web.endpoint.exception Class Description EmbeddedRegistrationNotAllowedException Indicates that there was an attempt to register a user using embedded registration when theAuthorizationServerreceiving the request did not allow embedded registration.