Class JwtTokenAnnotationHandler


  • public class JwtTokenAnnotationHandler
    extends Object
    • Method Detail

      • handleProtectedWithClaimsAnnotation

        protected boolean handleProtectedWithClaimsAnnotation​(ProtectedWithClaims annotation)
      • handleProtectedWithClaims

        protected boolean handleProtectedWithClaims​(String issuer,
                                                    String[] requiredClaims,
                                                    boolean combineWithOr)
      • containsRequiredClaims

        protected boolean containsRequiredClaims​(JwtToken jwtBearerToken,
                                                 boolean combineWithOr,
                                                 String... claims)