| Package | Description |
|---|---|
| com.sap.cloud.security.servlet | |
| com.sap.cloud.security.token.validation | |
| com.sap.cloud.security.token.validation.validators |
| Modifier and Type | Method and Description |
|---|---|
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withValidationListener(ValidationListener validationListener)
Adds the validation listener to the jwt validator that is being used by the
authenticator to validate the tokens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CombiningValidator.registerValidationListener(ValidationListener validationListener)
Components that are interested in the result of the token validation can
register a validation listener which is called whenever a token is validated.
|
void |
CombiningValidator.removeValidationListener(ValidationListener validationListener)
Use this method to remove a registered listener so that it is not called
anymore.
|
| Modifier and Type | Method and Description |
|---|---|
JwtValidatorBuilder |
JwtValidatorBuilder.withValidatorListener(ValidationListener validationListener)
Adds the validation listener to the jwt validator that is being built.
|
Copyright © 2024. All rights reserved.