Class JsonWebTokenCredentialProducer
- java.lang.Object
-
- io.quarkus.smallrye.jwt.runtime.auth.JsonWebTokenCredentialProducer
-
@RequestScoped public class JsonWebTokenCredentialProducer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.quarkus.security.identity.SecurityIdentity
identity
-
Constructor Summary
Constructors Constructor Description JsonWebTokenCredentialProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) JsonWebTokenCredential
currentToken()
The producer method for the current id token
-
-
-
Method Detail
-
currentToken
@Produces @RequestScoped JsonWebTokenCredential currentToken()
The producer method for the current id token- Returns:
- the id token
-
-