Class SslConfiguration
java.lang.Object
org.wso2.carbon.logging.appender.http.models.SslConfiguration
@Plugin(name="SslConf",
category="Core",
printObject=true)
public class SslConfiguration
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic SslConfigurationcreateSslConfiguration(String protocol, String keyStoreLocation, String keyStorePassword, String trustStoreLocation, String trustStorePassword, boolean verifyHostName) boolean
-
Method Details
-
createSslConfiguration
@PluginFactory public static SslConfiguration createSslConfiguration(@PluginAttribute("protocol") String protocol, @PluginAttribute("keyStoreLocation") String keyStoreLocation, @PluginAttribute("keyStorePassword") String keyStorePassword, @PluginAttribute("trustStoreLocation") String trustStoreLocation, @PluginAttribute("trustStorePassword") String trustStorePassword, @PluginAttribute("verifyHostName") boolean verifyHostName) -
getProtocol
-
getKeyStoreLocation
-
getKeyStorePassword
-
getTrustStoreLocation
-
getTrustStorePassword
-
isVerifyHostName
public boolean isVerifyHostName()
-