Package io.quarkus.oidc.runtime
Class OidcJsonWebTokenProducer
java.lang.Object
io.quarkus.oidc.runtime.OidcJsonWebTokenProducer
-
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 access token(package private) org.eclipse.microprofile.jwt.JsonWebTokenThe producer method for the current id token
-
Field Details
-
identity
@Inject io.quarkus.security.identity.SecurityIdentity identity
-
-
Constructor Details
-
OidcJsonWebTokenProducer
public OidcJsonWebTokenProducer()
-
-
Method Details
-
currentAccessToken
@Produces @RequestScoped org.eclipse.microprofile.jwt.JsonWebToken currentAccessToken()The producer method for the current access token- Returns:
- the access token
-
currentIdToken
@Produces @RequestScoped org.eclipse.microprofile.jwt.JsonWebToken currentIdToken()The producer method for the current id token- Returns:
- the id token
-