- JAXRSLogging_$logger - Class in io.smallrye.jwt.auth.jaxrs
-
Warning this class consists of generated code.
- JAXRSLogging_$logger(Logger) - Constructor for class io.smallrye.jwt.auth.jaxrs.JAXRSLogging_$logger
-
- JAXRSMessages_$bundle - Class in io.smallrye.jwt.auth.jaxrs
-
Warning this class consists of generated code.
- JAXRSMessages_$bundle() - Constructor for class io.smallrye.jwt.auth.jaxrs.JAXRSMessages_$bundle
-
- JsonUtils - Class in io.smallrye.jwt
-
- jsonValueProducer(InjectionPoint) - Method in class io.smallrye.jwt.auth.cdi.CDILogging_$logger
-
- JsonValueProducer - Class in io.smallrye.jwt.auth.cdi
-
A producer for JsonValue injection types
- JsonValueProducer() - Constructor for class io.smallrye.jwt.auth.cdi.JsonValueProducer
-
- jsonValueProducer$str() - Method in class io.smallrye.jwt.auth.cdi.CDILogging_$logger
-
- jsonWebKeys - Variable in class io.smallrye.jwt.auth.principal.AbstractKeyLocationResolver
-
- JWTAuthContextInfo - Class in io.smallrye.jwt.auth.principal
-
The public key and expected issuer needed to validate a token.
- JWTAuthContextInfo() - Constructor for class io.smallrye.jwt.auth.principal.JWTAuthContextInfo
-
- JWTAuthContextInfo(PublicKey, String) - Constructor for class io.smallrye.jwt.auth.principal.JWTAuthContextInfo
-
- JWTAuthContextInfo(SecretKey, String) - Constructor for class io.smallrye.jwt.auth.principal.JWTAuthContextInfo
-
- JWTAuthContextInfo(String, String) - Constructor for class io.smallrye.jwt.auth.principal.JWTAuthContextInfo
-
- JWTAuthContextInfo(JWTAuthContextInfo) - Constructor for class io.smallrye.jwt.auth.principal.JWTAuthContextInfo
-
- JWTAuthContextInfoProvider - Class in io.smallrye.jwt.config
-
A CDI provider for the JWTAuthContextInfo that obtains the necessary information from
MP config properties.
- JWTAuthContextInfoProvider() - Constructor for class io.smallrye.jwt.config.JWTAuthContextInfoProvider
-
- JWTAuthenticationFilter - Class in io.smallrye.jwt.auth.jaxrs
-
A JAX-RS ContainerRequestFilter prototype
- JWTAuthenticationFilter() - Constructor for class io.smallrye.jwt.auth.jaxrs.JWTAuthenticationFilter
-
- JWTAuthorizationFilterRegistrar - Class in io.smallrye.jwt.auth.jaxrs
-
- JWTAuthorizationFilterRegistrar() - Constructor for class io.smallrye.jwt.auth.jaxrs.JWTAuthorizationFilterRegistrar
-
- JWTCallerPrincipal - Class in io.smallrye.jwt.auth.principal
-
An abstract CallerPrincipal implementation that provides access to the JWT claims that are required by
the microprofile token.
- JWTCallerPrincipal(String, String) - Constructor for class io.smallrye.jwt.auth.principal.JWTCallerPrincipal
-
Create a JWTCallerPrincipal with the caller's name
- JWTCallerPrincipalFactory - Class in io.smallrye.jwt.auth.principal
-
The factory class that provides the token string to JWTCallerPrincipal parsing for a given implementation.
- JWTCallerPrincipalFactory() - Constructor for class io.smallrye.jwt.auth.principal.JWTCallerPrincipalFactory
-
- JWTCallerPrincipalFactoryProducer - Class in io.smallrye.jwt.auth.cdi
-
- JWTCallerPrincipalFactoryProducer() - Constructor for class io.smallrye.jwt.auth.cdi.JWTCallerPrincipalFactoryProducer
-
- JWTHttpAuthenticationMechanism - Class in io.smallrye.jwt.auth.mechanism
-
A JAX-RS HttpAuthenticationMechanism prototype
TODO - JavaDoc and tests
- JWTHttpAuthenticationMechanism() - Constructor for class io.smallrye.jwt.auth.mechanism.JWTHttpAuthenticationMechanism
-
- JWTHttpAuthenticationMechanism(JWTAuthContextInfo, JWTParser, PrincipalProducer) - Constructor for class io.smallrye.jwt.auth.mechanism.JWTHttpAuthenticationMechanism
-
- jwtHttpAuthenticationMechanismNotRegistered() - Method in class io.smallrye.jwt.auth.cdi.CDILogging_$logger
-
- jwtHttpAuthenticationMechanismNotRegistered$str() - Method in class io.smallrye.jwt.auth.cdi.CDILogging_$logger
-
- jwtHttpAuthenticationMechanismRegistered() - Method in class io.smallrye.jwt.auth.cdi.CDILogging_$logger
-
- jwtHttpAuthenticationMechanismRegistered$str() - Method in class io.smallrye.jwt.auth.cdi.CDILogging_$logger
-
- JWTLogging_$logger - Class in io.smallrye.jwt
-
Warning this class consists of generated code.
- JWTLogging_$logger(Logger) - Constructor for class io.smallrye.jwt.JWTLogging_$logger
-
- JWTParser - Interface in io.smallrye.jwt.auth.principal
-
A parser to parse a JWT token and convert it to a JsonWebToken.
- JWTSecurityContext - Class in io.smallrye.jwt.auth.jaxrs
-
A delegating JAX-RS SecurityContext prototype that provides access to the JWTCallerPrincipal
TODO