Uses of Enum
io.strimzi.api.kafka.model.user.acl.AclRuleType
Packages that use AclRuleType
-
Uses of AclRuleType in io.strimzi.api.kafka.model.user.acl
Methods in io.strimzi.api.kafka.model.user.acl that return AclRuleTypeModifier and TypeMethodDescriptionstatic AclRuleTypeAclRule.getType()AclRuleFluent.getType()static AclRuleTypeReturns the enum constant of this type with the specified name.static AclRuleType[]AclRuleType.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 with parameters of type AclRuleTypeModifier and TypeMethodDescriptionvoidAclRule.setType(AclRuleType type) AclRuleFluent.withType(AclRuleType type) Constructors in io.strimzi.api.kafka.model.user.acl with parameters of type AclRuleTypeModifierConstructorDescriptionAclRule(AclRuleType type, AclRuleResource resource, String host, List<AclOperation> operations)