| Package | Description |
|---|---|
| com.sap.cloud.security.token.validation | |
| com.sap.cloud.security.token.validation.validators |
| Modifier and Type | Class and Description |
|---|---|
class |
CombiningValidator<T>
This is a special validator that combines several validators into one.
|
| Modifier and Type | Method and Description |
|---|---|
List<Validator<T>> |
CombiningValidator.getValidators() |
| Constructor and Description |
|---|
CombiningValidator(Validator<T>... validators) |
| Constructor and Description |
|---|
CombiningValidator(List<Validator<T>> validators) |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtAudienceValidator
Validates if the jwt access token is intended for the OAuth2 client of this
application.
|
class |
JwtX5tValidator
Validates if the jwt access token is intended for the OAuth2 client of this
application, in certificate based authentication scenario.
|
| Modifier and Type | Method and Description |
|---|---|
JwtValidatorBuilder |
JwtValidatorBuilder.with(Validator<Token> validator)
Adds a custom validator to the validation chain.
|
JwtValidatorBuilder |
JwtValidatorBuilder.withAudienceValidator(Validator<Token> audienceValidator)
Sets / overwrites the default audience validator.
|
Copyright © 2024. All rights reserved.