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.DefaultJWTCallerPrincipalAn implementation of JWTCallerPrincipal that builds on the Elytron attributes
-
-
Constructor Summary
Constructors Constructor Description QuarkusJwtCallerPrincipal(String customPrincipalName, org.jose4j.jwt.JwtClaims claims)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jose4j.jwt.JwtClaimsgetClaims()StringgetName()-
Methods inherited from class io.smallrye.jwt.auth.principal.DefaultJWTCallerPrincipal
doGetClaimNames, filterCustomClaimNames, getAudience, getClaimValue, getGroups, getRawToken, replaceClaimValueWithJsonValue
-
Methods inherited from class io.smallrye.jwt.auth.principal.JWTCallerPrincipal
getClaim, getClaimNames, getClaimType, implies, toString, toString, wrapClaimValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
QuarkusJwtCallerPrincipal
public QuarkusJwtCallerPrincipal(String customPrincipalName, org.jose4j.jwt.JwtClaims claims)
-
-