Class JwtPrincipalProducer


  • @Priority(1)
    @Alternative
    @RequestScoped
    public class JwtPrincipalProducer
    extends Object
    • Field Detail

      • identity

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

      • JwtPrincipalProducer

        public JwtPrincipalProducer()
    • Method Detail

      • currentJWTPrincipalOrNull

        @Produces
        @RequestScoped
        org.eclipse.microprofile.jwt.JsonWebToken currentJWTPrincipalOrNull()
        The producer method for the current JsonWebToken
        Returns:
        JsonWebToken