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
-
Field Summary
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.vespa.athenz.client.zms.ZmsClientcom.yahoo.vespa.athenz.client.zts.ZtsClientcom.yahoo.vespa.athenz.api.AthenzServicegetSetup()Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.hosted.controller.api.integration.athenz.AthenzClientFactory
cacheLookups
-
Constructor Details
-
AthenzClientFactoryMock
@Inject public AthenzClientFactoryMock() -
AthenzClientFactoryMock
-
-
Method Details
-
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
-