Class AclBindingKey
java.lang.Object
io.confluent.security.auth.store.data.AuthKey
io.confluent.security.auth.store.data.AclBindingKey
-
Constructor Summary
ConstructorsConstructorDescriptionAclBindingKey(io.confluent.security.authorizer.ResourcePattern resourcePattern, io.confluent.security.authorizer.Scope scope) -
Method Summary
-
Constructor Details
-
AclBindingKey
public AclBindingKey(io.confluent.security.authorizer.ResourcePattern resourcePattern, io.confluent.security.authorizer.Scope scope)
-
-
Method Details
-
resourcePattern
public io.confluent.security.authorizer.ResourcePattern resourcePattern() -
scope
public io.confluent.security.authorizer.Scope scope() -
entryType
-
equals
-
hashCode
public int hashCode()Description copied from class:AuthKeyUsing entryType().name() to compute hashCode, so that hashCode() is constant across executions. -
toString
-