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 AnAuthenticationProvider
that retrievesOAuth2UserDetails
from aOAuth2UserDetailsService
for use with embedded login.EmbeddedLoginAuthenticationSuccessHandler Writes a One-Time Passcode to the response on Embedded Login success.EmbeddedLoginTokenEndpointAuthenticationFilter Authentication Filter for theTokenEndpoint
when 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 AnAuthentication
implementation that is designed for simple presentation of an OAuth2 clientId, username, and password.EmbeddedLoginTokenEndpointAuthenticationToken Authentication Token for theTokenEndpoint
when 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 theAuthorizationServer
receiving the request did not allow embedded registration.