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 Summary
ConstructorsConstructorDescriptionAclBinding(ResourcePattern pattern, AccessControlEntry entry) Create an instance of this class with the provided parameters. - 
Method Summary
 
- 
Constructor Details
- 
AclBinding
Create an instance of this class with the provided parameters.- Parameters:
 pattern- non-null resource pattern.entry- non-null entry
 
 - 
 - 
Method Details
- 
isUnknown
public 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.
 
 - 
toFilter
Create a filter which matches only this AclBinding. - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -