Class SpringJwtTokenAnnotationHandler
- java.lang.Object
-
- no.nav.security.token.support.core.validation.JwtTokenAnnotationHandler
-
- no.nav.security.token.support.spring.validation.interceptor.SpringJwtTokenAnnotationHandler
-
public final class SpringJwtTokenAnnotationHandler extends JwtTokenAnnotationHandler
-
-
Constructor Summary
Constructors Constructor Description SpringJwtTokenAnnotationHandler(TokenValidationContextHolder holder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnnotationgetAnnotation(Method m, List<Class<? extends Annotation>> types)-
Methods inherited from class no.nav.security.token.support.core.validation.JwtTokenAnnotationHandler
assertValidAnnotation, containsRequiredClaims, handleProtectedWithClaims, handleProtectedWithClaimsAnnotation
-
-
-
-
Constructor Detail
-
SpringJwtTokenAnnotationHandler
public SpringJwtTokenAnnotationHandler(TokenValidationContextHolder holder)
-
-
Method Detail
-
getAnnotation
protected Annotation getAnnotation(Method m, List<Class<? extends Annotation>> types)
- Overrides:
getAnnotationin classJwtTokenAnnotationHandler
-
-