Uses of Class
io.inverno.mod.security.jose.jwt.JWTClaimsSet
Packages that use JWTClaimsSet
-
Uses of JWTClaimsSet in io.inverno.mod.security.jose.jwt
Classes in io.inverno.mod.security.jose.jwt with type parameters of type JWTClaimsSetModifier and TypeInterfaceDescriptionstatic interfaceJWTClaimsSet.Builder<A extends JWTClaimsSet,B extends JWTClaimsSet.Builder<A, B>> A JWT Claims set builder is used to build a JWT Claims set.classJWTEAuthentication<A extends JWTClaimsSet>A token authentication that uses the compact representation of a JWTE as token value.classJWTEAuthenticator<A extends JWTClaimsSet>An authenticator implementation that authenticates JWTE token credentials.classJWTSAuthentication<A extends JWTClaimsSet>A token authentication that uses the compact representation of a JWTS as token value.classJWTSAuthenticator<A extends JWTClaimsSet>An authenticator implementation that authenticates JWTS token credentials.Methods in io.inverno.mod.security.jose.jwt with type parameters of type JWTClaimsSetModifier and TypeMethodDescriptiondefault <T extends JWTClaimsSet>
JWEBuilder<T,?, ?> JWTService.jweBuilder(Class<T> type) Returns a new JWE JWT builder with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JWEBuilder<T,?, ?> JWTService.jweBuilder(Class<T> type, org.reactivestreams.Publisher<? extends JWK> keys) Returns a new JWE JWT builder with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWEBuilder<T,?, ?> JWTService.jweBuilder(Type type) Returns a new JWE JWT builder with a custom JWT Claims set type.<T extends JWTClaimsSet>
JWEBuilder<T,?, ?> JWTService.jweBuilder(Type type, org.reactivestreams.Publisher<? extends JWK> keys) Returns a new JWE JWT builder with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type.<T extends JWTClaimsSet>
JWEReader<T,?> Returns a new JWE JWT reader with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWSBuilder<T,?, ?> JWTService.jwsBuilder(Class<T> type) Returns a new JWS JWT builder with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JWSBuilder<T,?, ?> JWTService.jwsBuilder(Class<T> type, org.reactivestreams.Publisher<? extends JWK> keys) Returns a new JWS JWT builder with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWSBuilder<T,?, ?> JWTService.jwsBuilder(Type type) Returns a new JWS JWT builder with a custom JWT Claims set type.<T extends JWTClaimsSet>
JWSBuilder<T,?, ?> JWTService.jwsBuilder(Type type, org.reactivestreams.Publisher<? extends JWK> keys) Returns a new JWS JWT builder with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type.<T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> JWTService.readerFor(String compact, Class<T> type, org.reactivestreams.Publisher<? extends JWK> keys) Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type using the specified keys.default <T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type.<T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type using the specified keys.Methods in io.inverno.mod.security.jose.jwt that return JWTClaimsSetModifier and TypeMethodDescriptionfinal JWTClaimsSetJWTClaimsSet.ifInvalidThrow()Returns the JWT Claims set or throws an exception if it is invalid.<T extends Throwable>
JWTClaimsSetJWTClaimsSet.ifInvalidThrow(Supplier<? extends T> exceptionSupplier) Returns the JWT Claims set or throws a custom exception if it is invalid.final JWTClaimsSetJWTClaimsSet.validate(JWTClaimsSetValidator validator) Adds the specified validator to the JWT claims set.Methods in io.inverno.mod.security.jose.jwt that return types with arguments of type JWTClaimsSetModifier and TypeMethodDescriptiondefault JWEBuilder<JWTClaimsSet,?, ?> JWTService.jweBuilder()Returns a new JWE JWT builder.default JWEBuilder<JWTClaimsSet,?, ?> JWTService.jweBuilder(org.reactivestreams.Publisher<? extends JWK> keys) Returns a new JWE JWT builder using the specified keys.default JWEReader<JWTClaimsSet,?> JWTService.jweReader()Returns a new JWE JWT reader.default JWEReader<JWTClaimsSet,?> Returns a new JWE JWT reader using the specified keys.default JWSBuilder<JWTClaimsSet,?, ?> JWTService.jwsBuilder()Returns a new JWS JWT builder.default JWSBuilder<JWTClaimsSet,?, ?> JWTService.jwsBuilder(org.reactivestreams.Publisher<? extends JWK> keys) Returns a new JWS JWT builder using the specified keys.default JWSReader<JWTClaimsSet,?> JWTService.jwsReader()Returns a new JWS JWT reader.default JWSReader<JWTClaimsSet,?> Returns a new JWS JWT reader using the specified keys.static JWTClaimsSet.Builder<JWTClaimsSet,?> JWTClaimsSet.of()Creates a new empty JWT Claims set builder.static JWTClaimsSet.Builder<JWTClaimsSet,?> Creates a new JWT Claims set builder with the specified issuer and expiration time claims.default JOSEObjectReader<JWTClaimsSet,?, ? extends JOSEObject<JWTClaimsSet, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation.default JOSEObjectReader<JWTClaimsSet,?, ? extends JOSEObject<JWTClaimsSet, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation.default JOSEObjectReader<JWTClaimsSet,?, ? extends JOSEObject<JWTClaimsSet, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation using the specified keys.default JOSEObjectReader<JWTClaimsSet,?, ? extends JOSEObject<JWTClaimsSet, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation using the specified keys.Methods in io.inverno.mod.security.jose.jwt with parameters of type JWTClaimsSetModifier and TypeMethodDescriptionvoidJWTClaimsSetValidator.validate(JWTClaimsSet claims) Determines wether the specified claims set is valid.