Uses of Class
io.smallrye.jwt.auth.principal.JWTCallerPrincipal
-
Packages that use JWTCallerPrincipal Package Description io.smallrye.jwt.auth.principal -
-
Uses of JWTCallerPrincipal in io.smallrye.jwt.auth.principal
Subclasses of JWTCallerPrincipal in io.smallrye.jwt.auth.principal Modifier and Type Class Description classDefaultJWTCallerPrincipalA default implementation of JWTCallerPrincipal that wraps the jose4j JwtClaims.Methods in io.smallrye.jwt.auth.principal that return JWTCallerPrincipal Modifier and Type Method Description JWTCallerPrincipalDefaultJWTCallerPrincipalFactory. parse(String token, JWTAuthContextInfo authContextInfo)abstract JWTCallerPrincipalJWTCallerPrincipalFactory. parse(String token, JWTAuthContextInfo authContextInfo)Parse the given bearer token string into a JWTCallerPrincipal instance.
-