Class JwtPrincipalProducer
- java.lang.Object
-
- io.quarkus.smallrye.jwt.runtime.auth.JwtPrincipalProducer
-
@Priority(1) @Alternative @RequestScoped public class JwtPrincipalProducer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.quarkus.security.identity.SecurityIdentityidentity
-
Constructor Summary
Constructors Constructor Description JwtPrincipalProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.eclipse.microprofile.jwt.JsonWebTokencurrentJWTPrincipalOrNull()The producer method for the current JsonWebToken
-