public class RoleBindingValue extends AuthValue
Constructor and Description |
---|
RoleBindingValue(java.util.Collection<io.confluent.security.authorizer.ResourcePattern> resources) |
Modifier and Type | Method and Description |
---|---|
AuthEntryType |
entryType() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Collection<io.confluent.security.authorizer.ResourcePattern> |
resources() |
java.lang.String |
toString() |
public RoleBindingValue(java.util.Collection<io.confluent.security.authorizer.ResourcePattern> resources)
public java.util.Collection<io.confluent.security.authorizer.ResourcePattern> resources()
public AuthEntryType entryType()
public java.lang.String toString()
toString
in class java.lang.Object