Package org.apache.kafka.common.acl
Class AclBinding
java.lang.Object
org.apache.kafka.common.acl.AclBinding
Represents a binding between a resource pattern and an access control entry.
 The API for this class is still evolving and we may break compatibility in minor releases, if necessary.
- 
Constructor SummaryConstructorsConstructorDescriptionAclBinding(ResourcePattern pattern, AccessControlEntry entry) Create an instance of this class with the provided parameters.
- 
Method Summary
- 
Constructor Details- 
AclBindingCreate an instance of this class with the provided parameters.- Parameters:
- pattern- non-null resource pattern.
- entry- non-null entry
 
 
- 
- 
Method Details- 
isUnknownpublic boolean isUnknown()- Returns:
- true if this binding has any UNKNOWN components.
 
- 
pattern- Returns:
- the resource pattern for this binding.
 
- 
entry- Returns:
- the access control entry for this binding.
 
- 
toFilterCreate a filter which matches only this AclBinding.
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-