public class TLSServerParameters extends TLSParameterBase
TLSParameterBase with service-specific
SSL/TLS parameters.certAlias, certConstraints, cipherSuiteFilters, ciphersuites, 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.
|
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.
|
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)
Apache CXF