Interface ControllerIdentityProvider
- All Superinterfaces:
com.yahoo.vespa.athenz.identity.ServiceIdentityProvider
public interface ControllerIdentityProvider
extends com.yahoo.vespa.athenz.identity.ServiceIdentityProvider
- Author:
- freva
-
Method Summary
Modifier and TypeMethodDescriptionReturns SSLSocketFactory that creates appropriate sockets to talk to the different config serversMethods inherited from interface com.yahoo.vespa.athenz.identity.ServiceIdentityProvider
athenzTruststorePath, certificatePath, clientTruststorePath, getIdentityCertificateWithKey, getIdentitySslContext, identity, privateKeyPath
-
Method Details
-
getConfigServerSslSocketFactory
SSLSocketFactory getConfigServerSslSocketFactory()Returns SSLSocketFactory that creates appropriate sockets to talk to the different config servers
-