Class ImpersonationRequest
java.lang.Object
com.broadleafcommerce.auth.user.endpoint.ImpersonationRequest
- All Implemented Interfaces:
Serializable
The initial impersonation request. This is used by sales reps to shop as guests, impersonate
customers, or access a storefront as themselves to perform important sales functions such as
managing requested quotes.
- Author:
- Nick Crum (ncrum)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Id of theAuthorizedClient
initiating this request.Indicates that CSR is not impersonating as a customer but is operating as themselves.The id of theAuthorizedClient
that the user-to-be-impersonated belongs to.The username of the user to impersonate if any.Uri to redirect to upon successful request.int
hashCode()
toString()
-
Constructor Details
-
ImpersonationRequest
-
-
Method Details
-
getClient_id
Id of theAuthorizedClient
initiating this request. -
getImpersonated_sub
The username of the user to impersonate if any. -
getImpersonated_client_id
The id of theAuthorizedClient
that the user-to-be-impersonated belongs to. -
getRedirect_uri
Uri to redirect to upon successful request. -
getImpersonate_self
Indicates that CSR is not impersonating as a customer but is operating as themselves. This is typically used for things like quote management. -
equals
-
hashCode
public int hashCode() -
toString
-