public class AccessPolicy
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccessPolicy.ResourceOperations |
Constructor and Description |
---|
AccessPolicy(java.lang.String bindingScope,
java.lang.Boolean bindWithResource,
java.util.Collection<AccessPolicy.ResourceOperations> allowedOperations) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AccessPolicy.ResourceOperations> |
allowedOperations() |
java.util.Collection<io.confluent.security.authorizer.Operation> |
allowedOperations(io.confluent.security.authorizer.ResourceType resourceType) |
java.lang.String |
bindingScope() |
boolean |
bindWithResource() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public AccessPolicy(java.lang.String bindingScope, java.lang.Boolean bindWithResource, java.util.Collection<AccessPolicy.ResourceOperations> allowedOperations)
public java.lang.String bindingScope()
public boolean bindWithResource()
public java.util.Collection<AccessPolicy.ResourceOperations> allowedOperations()
public java.util.Collection<io.confluent.security.authorizer.Operation> allowedOperations(io.confluent.security.authorizer.ResourceType resourceType)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object