Uses of Interface
com.sap.cloud.security.token.validation.ValidationListener
Packages that use ValidationListener
Package
Description
-
Uses of ValidationListener in com.sap.cloud.security.servlet
Methods in com.sap.cloud.security.servlet with parameters of type ValidationListenerModifier and TypeMethodDescriptionAbstractTokenAuthenticator.withValidationListener(ValidationListener validationListener) Adds the validation listener to the jwt validator that is being used by the authenticator to validate the tokens. -
Uses of ValidationListener in com.sap.cloud.security.token.validation
Methods in com.sap.cloud.security.token.validation with parameters of type ValidationListenerModifier and TypeMethodDescriptionvoidCombiningValidator.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.voidCombiningValidator.removeValidationListener(ValidationListener validationListener) Use this method to remove a registered listener so that it is not called anymore. -
Uses of ValidationListener in com.sap.cloud.security.token.validation.validators
Methods in com.sap.cloud.security.token.validation.validators with parameters of type ValidationListenerModifier and TypeMethodDescriptionJwtValidatorBuilder.withValidatorListener(ValidationListener validationListener) Adds the validation listener to the jwt validator that is being built.