Interface AthenzClientFactory
- All Known Implementing Classes:
AthenzClientFactoryMock
public interface AthenzClientFactory
- Author:
- bjorncs
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancom.yahoo.vespa.athenz.client.zms.ZmsClientcom.yahoo.vespa.athenz.client.zts.ZtsClientcom.yahoo.vespa.athenz.api.AthenzIdentity
-
Method Details
-
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()
-