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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaction()StringasString()Stringeffect()booleanequals(Object o)inthashCode()booleanmatches(com.yahoo.vespa.athenz.api.AthenzIdentity principal, String action, String resource)booleanmatches(String assertion)Stringresource()Stringrole()
-
-
-
Method Detail
-
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()
-
-