Uses of Interface
io.inverno.mod.security.jose.JOSEHeaderConfigurator
Packages that use JOSEHeaderConfigurator
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
JSON Web Encryption API.
JSON Web Signature API.
-
Uses of JOSEHeaderConfigurator in io.inverno.mod.security.jose
Classes in io.inverno.mod.security.jose with type parameters of type JOSEHeaderConfiguratorModifier and TypeInterfaceDescriptioninterfaceJOSEHeaderConfigurator<A extends JOSEHeaderConfigurator<A>>A JOSE header configurator is used inJOSEObjectBuilderorJsonJOSEObjectBuilderto configure JOSE headers when building JOSE objects.interfaceJOSEObjectBuilder<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends JOSEHeaderConfigurator<D>, E extends JOSEObjectBuilder<A, B, C, D, E>> A JOSE object builder is used to build single JOSE objects.interfaceJsonJOSEObjectBuilder<A,B extends JsonJOSEObject<A>, C extends JOSEHeaderConfigurator<C>, D extends JsonJOSEObjectBuilder<A, B, C, D>> A JSON JOSE object builder is used to build JSON JOSE objects that can be serialized to the JSON representation. -
Uses of JOSEHeaderConfigurator in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal with type parameters of type JOSEHeaderConfiguratorModifier and TypeClassDescriptionclassAbstractJOSEObjectBuilder<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends JOSEHeaderConfigurator<D>, E extends AbstractJOSEObjectBuilder<A, B, C, D, E>> Base JOSE object builder implementation.classAbstractJsonJOSEObjectBuilder<A,B extends JsonJOSEObject<A>, C extends JOSEHeaderConfigurator<C>, D extends AbstractJsonJOSEObjectBuilder<A, B, C, D>> Base JSON JOSE object builder implementation.Classes in io.inverno.mod.security.jose.internal that implement JOSEHeaderConfiguratorModifier and TypeClassDescriptionclassAbstractJOSEHeader<A extends AbstractJOSEHeader<A>>Base JOSE Header implementation. -
Uses of JOSEHeaderConfigurator in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JOSEHeaderConfiguratorModifier and TypeClassDescriptionclassGeneric JWE header implementation.classA generic JWE header implementation used when building or reading JSON JWE objects. -
Uses of JOSEHeaderConfigurator in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JOSEHeaderConfiguratorModifier and TypeClassDescriptionclassGeneric JWS header implementation.classA generic JWS header implementation used when building or reading JSON JWS objects. -
Uses of JOSEHeaderConfigurator in io.inverno.mod.security.jose.jwe
Subinterfaces of JOSEHeaderConfigurator in io.inverno.mod.security.jose.jweModifier and TypeInterfaceDescriptioninterfaceJWEHeaderConfigurator<A extends JWEHeaderConfigurator<A>>A JWE JOSE header configurator is used inJWEBuilderorJsonJWEBuilderto configure JWE JOSE headers when building JWE objects. -
Uses of JOSEHeaderConfigurator in io.inverno.mod.security.jose.jws
Subinterfaces of JOSEHeaderConfigurator in io.inverno.mod.security.jose.jwsModifier and TypeInterfaceDescriptioninterfaceJWSHeaderConfigurator<A extends JWSHeaderConfigurator<A>>A JWS JOSE header configurator is used inJWSBuilderorJsonJWSBuilderto configure JWS JOSE headers when building JWS objects.