Apache CXF API

org.apache.cxf.configuration.jsse
Class TLSServerParametersConfig

java.lang.Object
  extended by org.apache.cxf.configuration.jsse.TLSParameterBase
      extended by org.apache.cxf.configuration.jsse.TLSServerParameters
          extended by org.apache.cxf.configuration.jsse.TLSServerParametersConfig

public class TLSServerParametersConfig
extends TLSServerParameters

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.


Nested Class Summary
static class TLSServerParametersConfig.TLSServerParametersTypeInternal
           
 
Field Summary
 
Fields inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
certAlias, certConstraints, cipherSuiteFilters, ciphersuites, keyManagers, protocol, provider, secureRandom, trustManagers
 
Constructor Summary
TLSServerParametersConfig(TLSServerParametersType params)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.configuration.jsse.TLSServerParameters
getClientAuthentication, setClientAuthentication
 
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSServerParametersConfig

public TLSServerParametersConfig(TLSServerParametersType params)
                          throws GeneralSecurityException,
                                 IOException
Throws:
GeneralSecurityException
IOException

Apache CXF API

Apache CXF