Class ScopedResourcePattern

java.lang.Object
io.confluent.crn.ScopedResourcePattern

public class ScopedResourcePattern extends Object
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 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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object