Class AthenzDbMock
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.athenz.AthenzDbMock
- Author:
- bjorncs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<com.yahoo.vespa.athenz.api.AthenzDomain,AthenzDbMock.Domain> final List<com.yahoo.vespa.athenz.api.AthenzIdentity> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDomain(AthenzDbMock.Domain domain) addHostedOperator(com.yahoo.vespa.athenz.api.AthenzIdentity athenzIdentity) getOrCreateDomain(com.yahoo.vespa.athenz.api.AthenzDomain domain) getOrCreateDomain(com.yahoo.vespa.athenz.api.AthenzDomain domain, Map<String, Object> attributes)
-
Field Details
-
domains
-
hostedOperators
-
-
Constructor Details
-
AthenzDbMock
public AthenzDbMock()
-
-
Method Details
-
addDomain
-
getOrCreateDomain
-
getOrCreateDomain
public AthenzDbMock.Domain getOrCreateDomain(com.yahoo.vespa.athenz.api.AthenzDomain domain, Map<String, Object> attributes) -
addHostedOperator
-