public class ScopedResourcePattern
extends java.lang.Object
Constructor and Description |
---|
ScopedResourcePattern(io.confluent.security.authorizer.Scope scope,
io.confluent.security.authorizer.ResourcePattern resourcePattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
io.confluent.security.authorizer.ResourcePattern |
resourcePattern() |
io.confluent.security.authorizer.Scope |
scope() |
java.lang.String |
toString() |
public ScopedResourcePattern(io.confluent.security.authorizer.Scope scope, io.confluent.security.authorizer.ResourcePattern resourcePattern)
public io.confluent.security.authorizer.Scope scope()
public io.confluent.security.authorizer.ResourcePattern resourcePattern()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object