public class SslTrustConfiguration extends Object
| Constructor and Description |
|---|
SslTrustConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.ballerinalang.auth.ldap.SslTrustConfig |
getLdapSslConfiguration() |
void |
setClientTrustCertificates(String clientTrustCertificates) |
void |
setSSLProtocol(String sslProtocol) |
void |
setTLSStoreType(String tlsStoreType) |
void |
setTrustStoreFile(File trustStoreFile) |
void |
setTrustStorePass(String trustStorePass) |
public void setTrustStoreFile(File trustStoreFile)
public void setTrustStorePass(String trustStorePass)
public void setSSLProtocol(String sslProtocol)
public void setTLSStoreType(String tlsStoreType)
public void setClientTrustCertificates(String clientTrustCertificates)
public org.ballerinalang.auth.ldap.SslTrustConfig getLdapSslConfiguration()
Copyright © 2019 WSO2. All rights reserved.