Uses of Interface
io.inverno.mod.security.jose.jws.JWSService
Packages that use JWSService
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Web Signature implementation.
JSON Web Signature API.
-
Uses of JWSService in io.inverno.mod.security.jose
Methods in io.inverno.mod.security.jose that return JWSService -
Uses of JWSService in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JWSService -
Uses of JWSService in io.inverno.mod.security.jose.jws
Constructors in io.inverno.mod.security.jose.jws with parameters of type JWSServiceModifierConstructorDescriptionJWSAuthenticator(JWSService jwsService, Class<A> authenticationType) Creates a JWS authenticator with the specified JWS service and original authentication type.JWSAuthenticator(JWSService jwsService, Class<A> authenticationType, String... processedParameters) Creates a JWS authenticator with the specified JWS service, original authentication type and processed parameters.JWSAuthenticator(JWSService jwsService, Class<A> authenticationType, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWS authenticator with the specified JWS service, original authentication type and keys.JWSAuthenticator(JWSService jwsService, Class<A> authenticationType, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWS authenticator with the specified JWS service, original authentication type, keys and processed parameters.JWSAuthenticator(JWSService jwsService, Type authenticationType) Creates a JWS authenticator with the specified JWS service and original authentication type.JWSAuthenticator(JWSService jwsService, Type authenticationType, String... processedParameters) Creates a JWS authenticator with the specified JWS service, original authentication type and processed parameters.JWSAuthenticator(JWSService jwsService, Type authenticationType, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWS authenticator with the specified JWS service, original authentication type and keys.JWSAuthenticator(JWSService jwsService, Type authenticationType, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWS authenticator with the specified JWS service, original authentication type, keys and processed parameters.