Class AthenzClientFactoryMock
- java.lang.Object
-
- com.yahoo.component.AbstractComponent
-
- com.yahoo.vespa.hosted.controller.api.integration.athenz.AthenzClientFactoryMock
-
- All Implemented Interfaces:
com.yahoo.component.Component,com.yahoo.component.Deconstructable,AthenzClientFactory,Comparable<com.yahoo.component.Component>
public class AthenzClientFactoryMock extends com.yahoo.component.AbstractComponent implements AthenzClientFactory
- Author:
- bjorncs
-
-
Constructor Summary
Constructors Constructor Description AthenzClientFactoryMock()AthenzClientFactoryMock(AthenzDbMock athenz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.vespa.athenz.client.zms.ZmsClientcreateZmsClient()com.yahoo.vespa.athenz.client.zts.ZtsClientcreateZtsClient()com.yahoo.vespa.athenz.api.AthenzServicegetControllerIdentity()AthenzDbMockgetSetup()-
Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.yahoo.vespa.hosted.controller.api.integration.athenz.AthenzClientFactory
cacheLookups
-
-
-
-
Constructor Detail
-
AthenzClientFactoryMock
@Inject public AthenzClientFactoryMock()
-
AthenzClientFactoryMock
public AthenzClientFactoryMock(AthenzDbMock athenz)
-
-
Method Detail
-
getSetup
public AthenzDbMock getSetup()
-
getControllerIdentity
public com.yahoo.vespa.athenz.api.AthenzService getControllerIdentity()
- Specified by:
getControllerIdentityin interfaceAthenzClientFactory
-
createZmsClient
public com.yahoo.vespa.athenz.client.zms.ZmsClient createZmsClient()
- Specified by:
createZmsClientin interfaceAthenzClientFactory
-
createZtsClient
public com.yahoo.vespa.athenz.client.zts.ZtsClient createZtsClient()
- Specified by:
createZtsClientin interfaceAthenzClientFactory
-
-