Uses of Enum
io.strimzi.api.kafka.model.user.acl.AclOperation
Packages that use AclOperation
-
Uses of AclOperation in io.strimzi.api.kafka.model.user.acl
Methods in io.strimzi.api.kafka.model.user.acl that return AclOperationModifier and TypeMethodDescriptionstatic AclOperationAclRuleFluent.getFirstOperation()AclRuleFluent.getLastOperation()AclRuleFluent.getMatchingOperation(Predicate<AclOperation> predicate) AclRule.getOperation()Deprecated.AclRuleFluent.getOperation()AclRuleFluent.getOperation(int index) static AclOperationReturns the enum constant of this type with the specified name.static AclOperation[]AclOperation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model.user.acl that return types with arguments of type AclOperationMethods in io.strimzi.api.kafka.model.user.acl with parameters of type AclOperationModifier and TypeMethodDescriptionAclRuleFluent.addToOperations(int index, AclOperation item) AclRuleFluent.addToOperations(AclOperation... items) AclRuleFluent.removeFromOperations(AclOperation... items) voidAclRule.setOperation(AclOperation operation) AclRuleFluent.setToOperations(int index, AclOperation item) AclRuleFluent.withOperation(AclOperation operation) AclRuleFluent.withOperations(AclOperation... operations) Method parameters in io.strimzi.api.kafka.model.user.acl with type arguments of type AclOperationModifier and TypeMethodDescriptionAclRuleFluent.addAllToOperations(Collection<AclOperation> items) AclRuleFluent.getMatchingOperation(Predicate<AclOperation> predicate) booleanAclRuleFluent.hasMatchingOperation(Predicate<AclOperation> predicate) AclRuleFluent.removeAllFromOperations(Collection<AclOperation> items) voidAclRule.setOperations(List<AclOperation> operations) AclRuleFluent.withOperations(List<AclOperation> operations) Constructor parameters in io.strimzi.api.kafka.model.user.acl with type arguments of type AclOperationModifierConstructorDescriptionAclRule(AclRuleType type, AclRuleResource resource, String host, List<AclOperation> operations)