Class JwtTokenAnnotationHandler
java.lang.Object
no.nav.security.token.support.core.validation.JwtTokenAnnotationHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJwtTokenAnnotationHandler(TokenValidationContextHolder tokenValidationContextHolder) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected booleancontainsRequiredClaims(JwtToken jwtToken, boolean combineWithOr, String... claims) protected AnnotationgetAnnotation(Method method, List<Class<? extends Annotation>> types) protected booleanhandleProtectedWithClaims(String issuer, String[] requiredClaims, boolean combineWithOr, JwtToken jwtToken) protected boolean
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
Method Details
-
assertValidAnnotation
- Throws:
AnnotationRequiredException
-
getAnnotation
-