Uses of Class
no.nav.security.token.support.core.jwt.JwtToken
Packages that use JwtToken
Package
Description
-
Uses of JwtToken in no.nav.security.token.support.core.context
Methods in no.nav.security.token.support.core.context that return JwtTokenMethods in no.nav.security.token.support.core.context that return types with arguments of type JwtTokenModifier and TypeMethodDescriptionTokenValidationContext.getFirstValidToken()TokenValidationContext.getJwtTokenAsOptional(String issuerName) Constructor parameters in no.nav.security.token.support.core.context with type arguments of type JwtTokenModifierConstructorDescriptionTokenValidationContext(Map<String, JwtToken> issuerShortNameValidatedTokenMap) -
Uses of JwtToken in no.nav.security.token.support.core.utils
Methods in no.nav.security.token.support.core.utils that return types with arguments of type JwtTokenModifier and TypeMethodDescriptionJwtTokenUtil.getJwtToken(String issuer, TokenValidationContextHolder tokenValidationContextHolder) -
Uses of JwtToken in no.nav.security.token.support.core.validation
Methods in no.nav.security.token.support.core.validation with parameters of type JwtTokenModifier and TypeMethodDescriptionprotected booleanJwtTokenAnnotationHandler.containsRequiredClaims(JwtToken jwtToken, boolean combineWithOr, String... claims) protected booleanJwtTokenAnnotationHandler.handleProtectedWithClaims(String issuer, String[] requiredClaims, boolean combineWithOr, JwtToken jwtToken) protected booleanJwtTokenAnnotationHandler.handleProtectedWithClaimsAnnotation(ProtectedWithClaims a, JwtToken jwtToken)