Interface SecurityPoliciesRestrictionApplier<T>

    • Method Detail

      • restrictToKeys

        T restrictToKeys​(java.util.Set<java.lang.String> keys)
      • denyAll

        T denyAll()
      • allowAll

        T allowAll()