Uses of Class
be.atbash.runtime.security.jwt.principal.JWTAuthContextInfo
-
Packages that use JWTAuthContextInfo Package Description be.atbash.runtime.security.jwt be.atbash.runtime.security.jwt.jose be.atbash.runtime.security.jwt.principal -
-
Uses of JWTAuthContextInfo in be.atbash.runtime.security.jwt
Methods in be.atbash.runtime.security.jwt that return JWTAuthContextInfo Modifier and Type Method Description JWTAuthContextInfoJWTAuthContextInfoProvider. getContextInfo() -
Uses of JWTAuthContextInfo in be.atbash.runtime.security.jwt.jose
Constructors in be.atbash.runtime.security.jwt.jose with parameters of type JWTAuthContextInfo Constructor Description RuntimeJWSVerifierFactory(JWTAuthContextInfo authContextInfo) -
Uses of JWTAuthContextInfo in be.atbash.runtime.security.jwt.principal
Methods in be.atbash.runtime.security.jwt.principal with parameters of type JWTAuthContextInfo Modifier and Type Method Description JWTCallerPrincipalJWTCallerPrincipalFactory. parse(String token, JWTAuthContextInfo authContextInfo)Constructors in be.atbash.runtime.security.jwt.principal with parameters of type JWTAuthContextInfo Constructor Description DefaultJWTCallerPrincipal(String rawToken, be.atbash.ee.security.octopus.nimbus.jwt.JWTClaimsSet claimsSet, JWTAuthContextInfo authContextInfo)Create the DefaultJWTCallerPrincipal from the parsed JWT token and the extracted principal nameMPBearerTokenVerifier(JWTAuthContextInfo authContextInfo)
-