Class OidcJsonWebTokenProducer

java.lang.Object
io.quarkus.oidc.runtime.OidcJsonWebTokenProducer

@Priority(2) @Alternative @RequestScoped public class OidcJsonWebTokenProducer extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) io.quarkus.security.identity.SecurityIdentity
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) org.eclipse.microprofile.jwt.JsonWebToken
    The producer method for the current access token
    (package private) org.eclipse.microprofile.jwt.JsonWebToken
    The producer method for the current id token

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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