public class TLSServerParameters extends TLSParameterBase
TLSParameterBase with service-specific
 SSL/TLS parameters.certAlias, certConstraints, cipherSuiteFilters, ciphersuites, DEFAULT_HTTPS_PROTOCOLS, keyManagers, protocol, provider, secureRandom, trustManagers| Constructor and Description | 
|---|
| TLSServerParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.cxf.configuration.security.ClientAuthentication | getClientAuthentication()This parameter retrieves the client authentication settings. | 
| List<String> | getExcludeProtocols()Returns the protocols to exclude that are associated with this endpoint. | 
| List<String> | getIncludeProtocols()Returns the protocols to include that are associated with this endpoint. | 
| static String[] | getPreferredServerProtocols() | 
| boolean | isSniHostCheck()Returns if the SNI host name must match | 
| void | setClientAuthentication(org.apache.cxf.configuration.security.ClientAuthentication clientAuth)This parameter configures the server side to request and/or
 require client authentication. | 
| void | setExcludeProtocols(List<String> protocols)This parameter sets the protocol list to exclude. | 
| void | setIncludeProtocols(List<String> protocols)This parameter sets the protocol list to include. | 
| void | setSniHostCheck(boolean sniHostCheck) | 
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagerspublic final void setClientAuthentication(org.apache.cxf.configuration.security.ClientAuthentication clientAuth)
public org.apache.cxf.configuration.security.ClientAuthentication getClientAuthentication()
public final void setExcludeProtocols(List<String> protocols)
public List<String> getExcludeProtocols()
public final void setIncludeProtocols(List<String> protocols)
public List<String> getIncludeProtocols()
public boolean isSniHostCheck()
public void setSniHostCheck(boolean sniHostCheck)
sniHostCheck - if the SNI host name must matchpublic static String[] getPreferredServerProtocols()
Apache CXF