Interface AthenzClientFactory
-
- All Known Implementing Classes:
AthenzClientFactoryMock
public interface AthenzClientFactory- Author:
- bjorncs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleancacheLookups()com.yahoo.vespa.athenz.client.zms.ZmsClientcreateZmsClient()com.yahoo.vespa.athenz.client.zts.ZtsClientcreateZtsClient()com.yahoo.vespa.athenz.api.AthenzIdentitygetControllerIdentity()
-
-
-
Method Detail
-
getControllerIdentity
com.yahoo.vespa.athenz.api.AthenzIdentity getControllerIdentity()
-
createZmsClient
com.yahoo.vespa.athenz.client.zms.ZmsClient createZmsClient()
-
createZtsClient
com.yahoo.vespa.athenz.client.zts.ZtsClient createZtsClient()
-
cacheLookups
default boolean cacheLookups()
-
-