Uses of Interface
io.inverno.mod.security.jose.jwt.JWTService
Packages that use JWTService
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Web Token API.
-
Uses of JWTService in io.inverno.mod.security.jose
Methods in io.inverno.mod.security.jose that return JWTService -
Uses of JWTService in io.inverno.mod.security.jose.jwt
Constructors in io.inverno.mod.security.jose.jwt with parameters of type JWTServiceModifierConstructorDescriptionJWTEAuthenticator(JWTService jwtService) Creates a JWTE authenticator with the specified JWT service.JWTEAuthenticator(JWTService jwtService, Class<A> type) Creates a JWTE authenticator with the specified JWT service and JWT claims set type.JWTEAuthenticator(JWTService jwtService, Class<A> type, String... processedParameters) Creates a JWTE authenticator with the specified JWT service, JWT claims set type and processed parameters.JWTEAuthenticator(JWTService jwtService, Class<A> type, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWTE authenticator with the specified JWT service, JWT claims set type and keys.JWTEAuthenticator(JWTService jwtService, Class<A> type, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWTE authenticator with the specified JWT service, JWT claims set type, keys and processed parameters.JWTEAuthenticator(JWTService jwtService, Type type) Creates a JWTE authenticator with the specified JWT service and JWT claims set type.JWTEAuthenticator(JWTService jwtService, Type type, String... processedParameters) Creates a JWTE authenticator with the specified JWT service, JWT claims set type and processed parameters.JWTEAuthenticator(JWTService jwtService, Type type, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWTE authenticator with the specified JWT service, JWT claims set type and keys.JWTEAuthenticator(JWTService jwtService, Type type, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWTE authenticator with the specified JWT service, JWT claims set type, keys and processed parameters.JWTEAuthenticator(JWTService jwtService, String... processedParameters) Creates a JWTE authenticator with the specified JWT service and processed parameters.JWTEAuthenticator(JWTService jwtService, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWTE authenticator with the specified JWT service and keys.JWTEAuthenticator(JWTService jwtService, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWTE authenticator with the specified JWT service, keys and processed parameters.JWTSAuthenticator(JWTService jwtService) Creates a JWTS authenticator with the specified JWT service.JWTSAuthenticator(JWTService jwtService, Class<A> type) Creates a JWTS authenticator with the specified JWT service and JWT claims set type.JWTSAuthenticator(JWTService jwtService, Class<A> type, String... processedParameters) Creates a JWTS authenticator with the specified JWT service, JWT claims set type and processed parameters.JWTSAuthenticator(JWTService jwtService, Class<A> type, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWTS authenticator with the specified JWT service, JWT claims set type and keys.JWTSAuthenticator(JWTService jwtService, Class<A> type, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWTS authenticator with the specified JWT service, JWT claims set type, keys and processed parameters.JWTSAuthenticator(JWTService jwtService, Type type) Creates a JWTS authenticator with the specified JWT service and JWT claims set type.JWTSAuthenticator(JWTService jwtService, Type type, String... processedParameters) Creates a JWTS authenticator with the specified JWT service, JWT claims set type and processed parameters.JWTSAuthenticator(JWTService jwtService, Type type, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWTS authenticator with the specified JWT service, JWT claims set type and keys.JWTSAuthenticator(JWTService jwtService, Type type, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWTS authenticator with the specified JWT service, JWT claims set type, keys and processed parameters.JWTSAuthenticator(JWTService jwtService, String... processedParameters) Creates a JWTS authenticator with the specified JWT service and processed parameters.JWTSAuthenticator(JWTService jwtService, org.reactivestreams.Publisher<? extends JWK> keys) Creates a JWTS authenticator with the specified JWT service and keys.JWTSAuthenticator(JWTService jwtService, org.reactivestreams.Publisher<? extends JWK> keys, String... processedParameters) Creates a JWTS authenticator with the specified JWT service, keys and processed parameters.