Interface AthenzClientFactory

All Known Implementing Classes:
AthenzClientFactoryMock

public interface AthenzClientFactory
Author:
bjorncs
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    com.yahoo.vespa.athenz.client.zms.ZmsClient
     
    com.yahoo.vespa.athenz.client.zts.ZtsClient
     
    com.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()