Class TLSServerParameters
java.lang.Object
org.apache.cxf.configuration.jsse.TLSParameterBase
org.apache.cxf.configuration.jsse.TLSServerParameters
- Direct Known Subclasses:
- TLSServerParametersConfig
This class extends 
TLSParameterBase with service-specific
 SSL/TLS parameters.- 
Field SummaryFields inherited from class org.apache.cxf.configuration.jsse.TLSParameterBasecertAlias, certConstraints, cipherSuiteFilters, ciphersuites, DEFAULT_HTTPS_PROTOCOLS, keyManagers, protocol, provider, secureRandom, trustManagers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.cxf.configuration.security.ClientAuthenticationThis parameter retrieves the client authentication settings.Returns the protocols to exclude that are associated with this endpoint.Returns the protocols to include that are associated with this endpoint.static String[]booleanReturns if the SNI host name must matchfinal voidsetClientAuthentication(org.apache.cxf.configuration.security.ClientAuthentication clientAuth) This parameter configures the server side to request and/or require client authentication.final voidsetExcludeProtocols(List<String> protocols) This parameter sets the protocol list to exclude.final voidsetIncludeProtocols(List<String> protocols) This parameter sets the protocol list to include.voidsetSniHostCheck(boolean sniHostCheck) Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBasegetCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
- 
Constructor Details- 
TLSServerParameterspublic TLSServerParameters()
 
- 
- 
Method Details- 
setClientAuthenticationpublic final void setClientAuthentication(org.apache.cxf.configuration.security.ClientAuthentication clientAuth) This parameter configures the server side to request and/or require client authentication.
- 
getClientAuthenticationpublic org.apache.cxf.configuration.security.ClientAuthentication getClientAuthentication()This parameter retrieves the client authentication settings.
- 
setExcludeProtocolsThis parameter sets the protocol list to exclude.
- 
getExcludeProtocolsReturns the protocols to exclude that are associated with this endpoint.
- 
setIncludeProtocolsThis parameter sets the protocol list to include.
- 
getIncludeProtocolsReturns the protocols to include that are associated with this endpoint.
- 
isSniHostCheckpublic boolean isSniHostCheck()Returns if the SNI host name must match
- 
setSniHostCheckpublic void setSniHostCheck(boolean sniHostCheck) - Parameters:
- sniHostCheck- if the SNI host name must match
 
- 
getPreferredServerProtocols
 
-