Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.security |
Modifier and Type | Method and Description |
---|---|
protected JwtBasedRequestContextExecutor |
JwtBasedRequestContextExecutor.getThis() |
JwtBasedRequestContextExecutor |
JwtBasedRequestContextExecutor.onBehalfOfTenant(String tenantId,
String issuerUrl,
String... audiences)
A non-validated JWT is constructed based on tenant information.
|
JwtBasedRequestContextExecutor |
JwtBasedRequestContextExecutor.withJwt(String encodedJwt)
The given JWT is used to initialize the
RequestContext as if it was called from
HttpServletRequest . |
JwtBasedRequestContextExecutor |
JwtBasedRequestContextExecutor.withJwt(String encodedJwt,
String refreshToken)
The given JWT is used to initialize the
RequestContext as if it was called from
HttpServletRequest . |
JwtBasedRequestContextExecutor |
JwtBasedRequestContextExecutor.withXsuaaServiceJwt()
Retrieves a JWT from the bound XSUAA service and initialize this RequestContextExecutor with it.
|
Copyright © 2019 SAP SE. All rights reserved.