Class OidcJsonWebTokenProducer


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

      • identity

        @Inject
        io.quarkus.security.identity.SecurityIdentity identity
    • Constructor Detail

      • OidcJsonWebTokenProducer

        public OidcJsonWebTokenProducer()
    • Method Detail

      • 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