Interface SecurityPoliciesRestrictionApplier<T>

    • Method Detail

      • restrictToKeys

        T restrictToKeys​(Set<String> keys)
      • denyAll

        T denyAll()
      • allowAll

        T allowAll()