@InterfaceStability.Evolving public class AclBinding extends Object
| Constructor and Description |
|---|
AclBinding(ResourcePattern pattern, AccessControlEntry entry)Create an instance of this class with the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
AccessControlEntry | entry() |
boolean | equals(Object o) |
int | hashCode() |
boolean | isUnknown() |
ResourcePattern | pattern() |
AclBindingFilter | toFilter()Create a filter which matches only this AclBinding. |
String | toString() |
public AclBinding(ResourcePattern pattern, AccessControlEntry entry)
pattern - non-null resource pattern.entry - non-null entrypublic boolean isUnknown()
public ResourcePattern pattern()
public final AccessControlEntry entry()
public AclBindingFilter toFilter()