Uses of Class
org.apache.cxf.configuration.jsse.TLSServerParameters

Packages that use TLSServerParameters
org.apache.cxf.configuration.jsse.spring   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.https_jetty   
 

Uses of TLSServerParameters in org.apache.cxf.configuration.jsse.spring
 

Subclasses of TLSServerParameters in org.apache.cxf.configuration.jsse.spring
 class TLSServerParametersConfig
          This class is used by Spring Config to convert the TLSServerParameters JAXB generated type into programmatic TLS Server Parameters for the configuration of the http-destination.
 

Uses of TLSServerParameters in org.apache.cxf.transport.http_jetty
 

Methods in org.apache.cxf.transport.http_jetty that return TLSServerParameters
 TLSServerParameters JettyHTTPServerEngine.getTlsServerParameters()
          This method returns the programmatically set TLSServerParameters, not the TLSServerParametersType, which is the JAXB generated type used in SpringConfiguration.
 

Methods in org.apache.cxf.transport.http_jetty that return types with arguments of type TLSServerParameters
 java.util.Map<java.lang.String,TLSServerParameters> JettyHTTPServerEngineFactory.getTlsServerParametersMap()
           
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type TLSServerParameters
protected  JettyConnectorFactory JettyHTTPServerEngine.getHTTPSConnectorFactory(TLSServerParameters tlsParams)
          This method creates a connector factory enabled with the JSSE
 void JettyHTTPServerEngine.setTlsServerParameters(TLSServerParameters params)
          This method is used to programmatically set the TLSServerParameters.
 void JettyHTTPServerEngineFactory.setTLSServerParametersForPort(int port, TLSServerParameters tlsParams)
          This call sets TLSServerParameters for a JettyHTTPServerEngine that will be subsequently created.
 

Method parameters in org.apache.cxf.transport.http_jetty with type arguments of type TLSServerParameters
 void JettyHTTPServerEngineFactory.setTlsServerParametersMap(java.util.Map<java.lang.String,TLSServerParameters> tlsParamsMap)
          This call sets TLSParametersMap for a JettyHTTPServerEngine
 

Uses of TLSServerParameters in org.apache.cxf.transport.https_jetty
 

Constructors in org.apache.cxf.transport.https_jetty with parameters of type TLSServerParameters
JettySslConnectorFactory(TLSServerParameters params)
           
 



Apache CXF