Interface SecurityPoliciesRestrictionApplier<T>

All Known Implementing Classes:
SecurityPoliciesProcessDefinitionRestrictionApplier, SecurityPoliciesProcessInstanceRestrictionApplier

public interface SecurityPoliciesRestrictionApplier<T>
  • Method Details

    • restrictToKeys

      T restrictToKeys(Set<String> keys)
    • denyAll

      T denyAll()
    • allowAll

      T allowAll()