Class JwtPrincipalProducer
java.lang.Object
io.quarkus.smallrye.jwt.runtime.auth.JwtPrincipalProducer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.quarkus.security.identity.SecurityIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.eclipse.microprofile.jwt.JsonWebTokenThe producer method for the current JsonWebToken
-
Field Details
-
identity
@Inject io.quarkus.security.identity.SecurityIdentity identity
-
-
Constructor Details
-
JwtPrincipalProducer
public JwtPrincipalProducer()
-
-
Method Details
-
currentJWTPrincipalOrNull
@Produces @RequestScoped org.eclipse.microprofile.jwt.JsonWebToken currentJWTPrincipalOrNull()The producer method for the current JsonWebToken- Returns:
- JsonWebToken
-