public class ServerConnFactoryBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SSLContextDetails |
ssl |
Constructor and Description |
---|
ServerConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn,
org.apache.http.HttpHost host) |
ServerConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn,
org.apache.http.HttpHost host,
org.apache.axis2.context.ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
ServerConnFactory |
build(org.apache.http.params.HttpParams params) |
protected SSLContextDetails |
createSSLContext(org.apache.axiom.om.OMElement keyStoreEl,
org.apache.axiom.om.OMElement trustStoreEl,
org.apache.axiom.om.OMElement cientAuthEl,
org.apache.axiom.om.OMElement httpsProtocolsEl,
org.apache.axiom.om.OMElement preferredCiphersEl,
RevocationVerificationManager verificationManager,
java.lang.String sslProtocol) |
protected SSLContextDetails |
createSSLContext(org.apache.axiom.om.OMElement keyStoreEl,
org.apache.axiom.om.OMElement trustStoreEl,
org.apache.axiom.om.OMElement cientAuthEl,
org.apache.axiom.om.OMElement httpsProtocolsEl,
org.apache.axiom.om.OMElement preferredCiphersEl,
RevocationVerificationManager verificationManager,
java.lang.String sslProtocol,
org.wso2.securevault.SecretResolver secretResolver) |
org.apache.axis2.description.TransportInDescription |
loadMultiProfileSSLConfig()
Loads MultiProfileSSLConfiguration when the configuration is in a different file
than axis2.xml.
|
ServerConnFactoryBuilder |
parseMultiProfileSSL() |
ServerConnFactoryBuilder |
parseSSL() |
protected SSLContextDetails ssl
public ServerConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext)
public ServerConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host)
protected SSLContextDetails createSSLContext(org.apache.axiom.om.OMElement keyStoreEl, org.apache.axiom.om.OMElement trustStoreEl, org.apache.axiom.om.OMElement cientAuthEl, org.apache.axiom.om.OMElement httpsProtocolsEl, org.apache.axiom.om.OMElement preferredCiphersEl, RevocationVerificationManager verificationManager, java.lang.String sslProtocol) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected SSLContextDetails createSSLContext(org.apache.axiom.om.OMElement keyStoreEl, org.apache.axiom.om.OMElement trustStoreEl, org.apache.axiom.om.OMElement cientAuthEl, org.apache.axiom.om.OMElement httpsProtocolsEl, org.apache.axiom.om.OMElement preferredCiphersEl, RevocationVerificationManager verificationManager, java.lang.String sslProtocol, org.wso2.securevault.SecretResolver secretResolver) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ServerConnFactoryBuilder parseSSL() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ServerConnFactoryBuilder parseMultiProfileSSL() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.apache.axis2.description.TransportInDescription loadMultiProfileSSLConfig()
public ServerConnFactory build(org.apache.http.params.HttpParams params) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.