public final class ImpersonationRequestToken extends Object
ImpersonationRequest
after redirect and token validation.ImpersonationEndpoint.consumeToken(HttpServletResponse,
String)
,
com.broadleafcommerce.auth.user.web.endpoint.ImpersonationEndpoint#impersonate(HttpServletResponse,
ImpersonationRequest, Authentication)
,
Constructor and Description |
---|
ImpersonationRequestToken(String client_id,
String impersonated_sub,
String impersonated_client_id,
String redirect_uri,
String csr_user_id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClient_id()
The client ID of the user requesting impersonation
|
String |
getCsr_user_id()
The user ID of the CSR that is impersonating a user.
|
String |
getImpersonated_client_id()
The client ID of the user to be impersonated.
|
String |
getImpersonated_sub()
The subject to be impersonated.
|
String |
getRedirect_uri()
Upon consuming the token, the URL to redirect the user to.
|
int |
hashCode() |
String |
toString() |
public String getClient_id()
AuthorizedClient.getClientId()
public String getImpersonated_sub()
User.getUsername()
.public String getImpersonated_client_id()
AuthorizedClient.getClientId()
public String getRedirect_uri()
public String getCsr_user_id()
Copyright © 2021. All rights reserved.