Package io.confluent.crn
Class ScopedResourcePattern
java.lang.Object
io.confluent.crn.ScopedResourcePattern
When dealing with resources in more than one scope, it is useful to be able to pass the Scope and
ResourcePattern as a single object.
-
Constructor Summary
ConstructorsConstructorDescriptionScopedResourcePattern(io.confluent.security.authorizer.Scope scope, io.confluent.security.authorizer.ResourcePattern resourcePattern) -
Method Summary
-
Constructor Details
-
ScopedResourcePattern
public ScopedResourcePattern(io.confluent.security.authorizer.Scope scope, io.confluent.security.authorizer.ResourcePattern resourcePattern)
-
-
Method Details
-
scope
public io.confluent.security.authorizer.Scope scope() -
resourcePattern
public io.confluent.security.authorizer.ResourcePattern resourcePattern() -
equals
-
hashCode
public int hashCode() -
toString
-