Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.TLSServerParametersType

Packages that use TLSServerParametersType
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.security   
org.apache.cxf.transports.http_jetty.configuration   
org.apache.cxf.transports.http_netty_server.configuration   
 

Uses of TLSServerParametersType in org.apache.cxf.configuration.jsse
 

Subclasses of TLSServerParametersType in org.apache.cxf.configuration.jsse
static class TLSServerParametersConfig.TLSServerParametersTypeInternal
           
 

Constructors in org.apache.cxf.configuration.jsse with parameters of type TLSServerParametersType
TLSServerParametersConfig(TLSServerParametersType params)
           
 

Uses of TLSServerParametersType in org.apache.cxf.configuration.security
 

Methods in org.apache.cxf.configuration.security that return TLSServerParametersType
 TLSServerParametersType ObjectFactory.createTLSServerParametersType()
          Create an instance of TLSServerParametersType
 

Uses of TLSServerParametersType in org.apache.cxf.transports.http_jetty.configuration
 

Fields in org.apache.cxf.transports.http_jetty.configuration declared as TLSServerParametersType
protected  TLSServerParametersType JettyHTTPServerEngineConfigType.tlsServerParameters
           
protected  TLSServerParametersType TLSServerParametersIdentifiedType.tlsServerParameters
           
 

Methods in org.apache.cxf.transports.http_jetty.configuration that return TLSServerParametersType
 TLSServerParametersType JettyHTTPServerEngineConfigType.getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 TLSServerParametersType TLSServerParametersIdentifiedType.getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 

Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type TLSServerParametersType
 void JettyHTTPServerEngineConfigType.setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 void TLSServerParametersIdentifiedType.setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 

Uses of TLSServerParametersType in org.apache.cxf.transports.http_netty_server.configuration
 

Fields in org.apache.cxf.transports.http_netty_server.configuration declared as TLSServerParametersType
protected  TLSServerParametersType NettyHttpServerEngineConfigType.tlsServerParameters
           
protected  TLSServerParametersType TLSServerParametersIdentifiedType.tlsServerParameters
           
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return TLSServerParametersType
 TLSServerParametersType NettyHttpServerEngineConfigType.getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 TLSServerParametersType TLSServerParametersIdentifiedType.getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 

Methods in org.apache.cxf.transports.http_netty_server.configuration with parameters of type TLSServerParametersType
 void NettyHttpServerEngineConfigType.setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 void TLSServerParametersIdentifiedType.setTlsServerParameters(TLSServerParametersType value)
          Sets the value of the tlsServerParameters property.
 


Apache CXF API

Apache CXF