Uses of Interface
com.sap.cloud.security.token.validation.ValidationListener
-
Packages that use ValidationListener Package Description com.sap.cloud.security.servlet com.sap.cloud.security.token.validation com.sap.cloud.security.token.validation.validators -
-
Uses of ValidationListener in com.sap.cloud.security.servlet
Methods in com.sap.cloud.security.servlet with parameters of type ValidationListener Modifier and Type Method Description AbstractTokenAuthenticatorAbstractTokenAuthenticator. 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 ValidationListener Modifier and Type Method Description voidCombiningValidator. 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 ValidationListener Modifier and Type Method Description JwtValidatorBuilderJwtValidatorBuilder. withValidatorListener(ValidationListener validationListener)Adds the validation listener to the jwt validator that is being built.
-