Uses of Interface
org.jose4j.jwt.consumer.JwsCustomizer
Packages that use JwsCustomizer
-
Uses of JwsCustomizer in org.jose4j.jwt.consumer
Fields in org.jose4j.jwt.consumer declared as JwsCustomizerModifier and TypeFieldDescriptionprivate JwsCustomizerJwtConsumer.jwsCustomizerprivate JwsCustomizerJwtConsumerBuilder.jwsCustomizerMethods in org.jose4j.jwt.consumer with parameters of type JwsCustomizerModifier and TypeMethodDescription(package private) voidJwtConsumer.setJwsCustomizer(JwsCustomizer jwsCustomizer) JwtConsumerBuilder.setJwsCustomizer(JwsCustomizer jwsCustomizer) Set a callback JwsCustomizer that provides a hook to call arbitrary methods on the/any JsonWebSignature prior to the JwsConsumer using it to verify the signature.