Package io.smallrye.jwt.auth.cdi
Class PrincipalProducer
java.lang.Object
io.smallrye.jwt.auth.cdi.PrincipalProducer
Override the default CDI Principal bean to allow the injection of a Principal to be a JsonWebToken
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJsonWebToken(org.eclipse.microprofile.jwt.JsonWebToken token)
-
Constructor Details
-
PrincipalProducer
public PrincipalProducer()
-
-
Method Details
-
setJsonWebToken
public void setJsonWebToken(org.eclipse.microprofile.jwt.JsonWebToken token)
-