Class PrincipalProducer


  • @Priority(1)
    @Alternative
    @RequestScoped
    public class PrincipalProducer
    extends Object
    Override the default CDI Principal bean to allow the injection of a Principal to be a JsonWebToken
    • Constructor Detail

      • PrincipalProducer

        public PrincipalProducer()
    • Method Detail

      • setJsonWebToken

        public void setJsonWebToken​(org.eclipse.microprofile.jwt.JsonWebToken token)