Uses of Class
io.smallrye.jwt.auth.principal.JWTCallerPrincipal
Packages that use JWTCallerPrincipal
-
Uses of JWTCallerPrincipal in io.smallrye.jwt.auth.principal
Subclasses of JWTCallerPrincipal in io.smallrye.jwt.auth.principalModifier and TypeClassDescriptionclassA default implementation of JWTCallerPrincipal that wraps the jose4j JwtClaims.Methods in io.smallrye.jwt.auth.principal that return JWTCallerPrincipalModifier and TypeMethodDescriptionDefaultJWTCallerPrincipalFactory.parse(String token, JWTAuthContextInfo authContextInfo) abstract JWTCallerPrincipalJWTCallerPrincipalFactory.parse(String token, JWTAuthContextInfo authContextInfo) Parse the given bearer token string into a JWTCallerPrincipal instance.