Class AthenzDbMock.Assertion

java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.athenz.AthenzDbMock.Assertion
Enclosing class:
AthenzDbMock

public static class AthenzDbMock.Assertion extends Object
  • Constructor Details

  • Method Details

    • effect

      public String effect()
    • role

      public String role()
    • action

      public String action()
    • resource

      public String resource()
    • matches

      public boolean matches(com.yahoo.vespa.athenz.api.AthenzIdentity principal, String action, String resource)
    • matches

      public boolean matches(String assertion)
    • asString

      public String asString()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object