static Result<TokenResponse> |
OauthHelper.getSignResult(SignRequest signRequest) |
Get a signed JWT token from token service to ensure that nobody can modify the payload when the token
is passed from service to service.
|
static Result<TokenResponse> |
OauthHelper.getSignResult(SignRequest signRequest,
String envTag) |
Get a signed JWT token from token service to ensure that nobody can modify the payload when the token
is passed from service to service.
|
static Result<TokenResponse> |
OauthHelper.getTokenFromSamlResult(SAMLBearerRequest tokenRequest) |
Get an access token from the token service based on a SAML token request.
|
static Result<TokenResponse> |
OauthHelper.getTokenFromSamlResult(SAMLBearerRequest tokenRequest,
String envTag) |
Get an access token from the token service based on a SAML token request.
|
static Result<TokenResponse> |
OauthHelper.getTokenResult(TokenRequest tokenRequest) |
Get an access token from the token service.
|
static Result<TokenResponse> |
OauthHelper.getTokenResult(TokenRequest tokenRequest,
String envTag) |
Get an access token from the token service.
|