Uses of Package
com.broadleafcommerce.auth.user.session.embedded
Packages that use com.broadleafcommerce.auth.user.session.embedded
Package
Description
-
Classes in com.broadleafcommerce.auth.user.session.embedded used by com.broadleafcommerce.auth.user.autoconfigureClassDescriptionProcesses an authentication form submission from an embedded login form.An
AuthenticationProvider
that retrievesOAuth2UserDetails
from aOAuth2UserDetailsService
for use with embedded login.Writes a One-Time Passcode to the response on Embedded Login success.Authentication Filter for theTokenEndpoint
when using Embedded Login.Used for token requests where there is anEmbeddedLoginTokenEndpointAuthenticationToken
in the security context.Revoke refresh token on logout if provided. -
Classes in com.broadleafcommerce.auth.user.session.embedded used by com.broadleafcommerce.auth.user.session.embeddedClassDescriptionAn
Authentication
implementation that is designed for simple presentation of an OAuth2 clientId, username, and password.Authentication Token for theTokenEndpoint
when using Embedded Login. -
Classes in com.broadleafcommerce.auth.user.session.embedded used by com.broadleafcommerce.auth.user.web.endpoint.exceptionClassDescriptionIndicates that there was an attempt to register a user using embedded registration when the
AuthorizationServer
receiving the request did not allow embedded registration.