Uses of Class
io.smallrye.jwt.auth.principal.JWTAuthContextInfo
-
Packages that use JWTAuthContextInfo Package Description io.smallrye.jwt io.smallrye.jwt.auth io.smallrye.jwt.auth.principal io.smallrye.jwt.config -
-
Uses of JWTAuthContextInfo in io.smallrye.jwt
Methods in io.smallrye.jwt with parameters of type JWTAuthContextInfo Modifier and Type Method Description static voidSmallryeJwtUtils. setContextGroupsPath(JWTAuthContextInfo contextInfo, Optional<String> groupsPath)static voidSmallryeJwtUtils. setContextSubPath(JWTAuthContextInfo contextInfo, Optional<String> subPath)static voidSmallryeJwtUtils. setContextTokenCookie(JWTAuthContextInfo contextInfo, Optional<String> cookieName)static voidSmallryeJwtUtils. setTokenSchemes(JWTAuthContextInfo contextInfo, String tokenSchemes) -
Uses of JWTAuthContextInfo in io.smallrye.jwt.auth
Constructors in io.smallrye.jwt.auth with parameters of type JWTAuthContextInfo Constructor Description AbstractBearerTokenExtractor(JWTAuthContextInfo authContextInfo) -
Uses of JWTAuthContextInfo in io.smallrye.jwt.auth.principal
Fields in io.smallrye.jwt.auth.principal declared as JWTAuthContextInfo Modifier and Type Field Description protected JWTAuthContextInfoAbstractKeyLocationResolver. authContextInfoMethods in io.smallrye.jwt.auth.principal with parameters of type JWTAuthContextInfo Modifier and Type Method Description voidPrincipalLogging_$logger. authContextInfo(JWTAuthContextInfo authContextInfo)protected org.jose4j.keys.resolvers.DecryptionKeyResolverDefaultJWTTokenParser. getDecryptionKeyResolver(JWTAuthContextInfo authContextInfo)protected DefaultJWTTokenParser.ProtectionLevelDefaultJWTTokenParser. getProtectionLevel(JWTAuthContextInfo authContextInfo)protected org.jose4j.keys.resolvers.VerificationKeyResolverDefaultJWTTokenParser. getVerificationKeyResolver(JWTAuthContextInfo authContextInfo)JWTCallerPrincipalDefaultJWTCallerPrincipalFactory. parse(String token, JWTAuthContextInfo authContextInfo)org.eclipse.microprofile.jwt.JsonWebTokenDefaultJWTParser. parse(String bearerToken, JWTAuthContextInfo newAuthContextInfo)org.jose4j.jwt.consumer.JwtContextDefaultJWTTokenParser. parse(String token, JWTAuthContextInfo authContextInfo)abstract JWTCallerPrincipalJWTCallerPrincipalFactory. parse(String token, JWTAuthContextInfo authContextInfo)Parse the given bearer token string into a JWTCallerPrincipal instance.org.eclipse.microprofile.jwt.JsonWebTokenJWTParser. parse(String token, JWTAuthContextInfo context)Parse JWT token.static voidPrincipalUtils. setClaims(org.jose4j.jwt.JwtClaims claimsSet, String token, JWTAuthContextInfo authContextInfo)Constructors in io.smallrye.jwt.auth.principal with parameters of type JWTAuthContextInfo Constructor Description AbstractKeyLocationResolver(JWTAuthContextInfo authContextInfo)AwsAlbKeyResolver(JWTAuthContextInfo authContextInfo)DecryptionKeyLocationResolver(JWTAuthContextInfo authContextInfo)DefaultJWTParser(JWTAuthContextInfo authContextInfo)Constructor which initializes DefaultJWTParser with the providedJWTAuthContextInfoand a new instance ofJWTCallerPrincipalFactoryDefaultJWTParser(JWTAuthContextInfo authContextInfo, JWTCallerPrincipalFactory factory)Constructor which initializes DefaultJWTParser with the providedJWTAuthContextInfoandJWTCallerPrincipalFactoryJWTAuthContextInfo(JWTAuthContextInfo orig)Create an auth context from an JWTAuthContextInfo instanceKeyLocationResolver(JWTAuthContextInfo authContextInfo)X509KeyLocationResolver(JWTAuthContextInfo authContextInfo) -
Uses of JWTAuthContextInfo in io.smallrye.jwt.config
Methods in io.smallrye.jwt.config that return JWTAuthContextInfo Modifier and Type Method Description JWTAuthContextInfoJWTAuthContextInfoProvider. getContextInfo()
-