Class QuarkusJwtCallerPrincipal
java.lang.Object
io.smallrye.jwt.auth.principal.JWTCallerPrincipal
io.smallrye.jwt.auth.principal.DefaultJWTCallerPrincipal
io.quarkus.smallrye.jwt.runtime.auth.QuarkusJwtCallerPrincipal
- All Implemented Interfaces:
Principal,org.eclipse.microprofile.jwt.JsonWebToken
public class QuarkusJwtCallerPrincipal
extends io.smallrye.jwt.auth.principal.DefaultJWTCallerPrincipal
An implementation of JWTCallerPrincipal that builds on the Elytron attributes
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusJwtCallerPrincipal(String customPrincipalName, org.jose4j.jwt.JwtClaims claims) -
Method Summary
Methods inherited from class io.smallrye.jwt.auth.principal.DefaultJWTCallerPrincipal
doGetClaimNames, filterCustomClaimNames, getAudience, getClaimValue, getGroups, getRawToken, replaceClaimValueWithJsonValueMethods inherited from class io.smallrye.jwt.auth.principal.JWTCallerPrincipal
getClaim, getClaimNames, getClaimType, implies, toString, toString, wrapClaimValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.jwt.JsonWebToken
claim, claim, containsClaim, getClaim, getExpirationTime, getIssuedAtTime, getIssuer, getRawToken, getSubject, getTokenID
-
Constructor Details
-
QuarkusJwtCallerPrincipal
-
-
Method Details