Annotation Type ProtectedWithClaims

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String issuer  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] claimMap
      Required claims in token in key=value format
      boolean combineWithOr
      How to check for the presence of claims, default is false which will require all claims in the list to be present in token.
      • claimMap

        String[] claimMap
        Required claims in token in key=value format
        Returns:
        array containing claims as key=value
        Default:
        {}
      • combineWithOr

        boolean combineWithOr
        How to check for the presence of claims, default is false which will require all claims in the list to be present in token. If set to true, any claim in the list will suffice.
        Returns:
        boolean
        Default:
        false