Uses of Interface
org.jose4j.jwt.consumer.JwsCustomizer
Packages that use JwsCustomizer
-
Uses of JwsCustomizer in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer with parameters of type JwsCustomizerModifier and TypeMethodDescriptionJwtConsumerBuilder.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.