| Package | Description |
|---|---|
| com.sap.cloud.security.xsuaa.tokenflows |
| Modifier and Type | Method and Description |
|---|---|
JwtBearerTokenFlow |
JwtBearerTokenFlow.attributes(Map<String,String> additionalAuthorizationAttributes)
Adds additional authorization attributes to the request.
|
JwtBearerTokenFlow |
JwtBearerTokenFlow.disableCache(boolean disableCache)
Can be used to disable the cache for the flow.
|
JwtBearerTokenFlow |
XsuaaTokenFlows.jwtBearerTokenFlow()
Creates a new JWT Bearer Token Flow builder object.
Token, authorize and key set endpoints will be derived relative to the base URI. |
JwtBearerTokenFlow |
JwtBearerTokenFlow.scopes(String... scopes)
Sets the scope attribute for the token request.
|
JwtBearerTokenFlow |
JwtBearerTokenFlow.setOpaqueTokenFormat(boolean opaque)
Can be used to change the format of the returned token.
|
JwtBearerTokenFlow |
JwtBearerTokenFlow.subdomain(String subdomain)
Set the Subdomain the token is requested for.
|
JwtBearerTokenFlow |
JwtBearerTokenFlow.token(String bearerToken)
Sets the bearer token that should be exchanged for another JWT token.
|
JwtBearerTokenFlow |
JwtBearerTokenFlow.token(Token token)
Sets the JWT token that should be exchanged for another JWT token.
|
JwtBearerTokenFlow |
JwtBearerTokenFlow.zoneId(String zoneId)
Sets the zoneid of the tenant
|
Copyright © 2023. All rights reserved.