public class AclBindingKey extends AuthKey
| Constructor and Description |
|---|
AclBindingKey(io.confluent.security.authorizer.ResourcePattern resourcePattern,
io.confluent.security.authorizer.Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
AuthEntryType |
entryType() |
boolean |
equals(Object o) |
int |
hashCode()
Using entryType().name() to compute hashCode, so that hashCode() is constant across executions.
|
io.confluent.security.authorizer.ResourcePattern |
resourcePattern() |
io.confluent.security.authorizer.Scope |
scope() |
String |
toString() |
public AclBindingKey(io.confluent.security.authorizer.ResourcePattern resourcePattern,
io.confluent.security.authorizer.Scope scope)
public io.confluent.security.authorizer.ResourcePattern resourcePattern()
public io.confluent.security.authorizer.Scope scope()
public AuthEntryType entryType()
public int hashCode()
AuthKey