Class JwtTokenAnnotationHandler
-
- All Implemented Interfaces:
public class JwtTokenAnnotationHandler
-
-
Field Summary
Fields Modifier and Type Field Description public final static List<KClass<out Annotation>>SUPPORTED_ANNOTATIONS
-
Constructor Summary
Constructors Constructor Description JwtTokenAnnotationHandler(TokenValidationContextHolder tokenValidationContextHolder)
-
Method Summary
Modifier and Type Method Description final BooleanassertValidAnnotation(Method m)final BooleanhandleProtectedWithClaims(String issuer, Array<String> requiredClaims, Boolean combineWithOr, JwtToken jwtToken)-
-
Constructor Detail
-
JwtTokenAnnotationHandler
JwtTokenAnnotationHandler(TokenValidationContextHolder tokenValidationContextHolder)
-
-
Method Detail
-
assertValidAnnotation
final Boolean assertValidAnnotation(Method m)
-
-
-
-