Package com.broadleafcommerce.auth.user.endpoint
-
Interface Summary Interface Description ImpersonationRequestValidator Validation interface for validation the impersonation of a user in theImpersonationEndpoint
. -
Class Summary Class Description DefaultImpersonationRequestValidator Default implementation ofImpersonationRequestValidator
that validates that the CSR has authority to impersonate, the impersonated target exists, and that the impersonated target has chosen to allow impersonation.ImpersonationRequest The initial impersonation request.ImpersonationRequestToken The values resolved from anImpersonationRequest
after redirect and token validation.