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 |
---|---|
ClientAuthentication |
getClientAuthentication()
This parameter retrieves the client authentication settings.
|
List<String> |
getExcludeProtocols()
Returns the protocols to exclude that are associated with this endpoint.
|
void |
setClientAuthentication(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.
|
getCertAlias, getCertConstraints, getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCertAlias, setCertConstraints, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
public final void setClientAuthentication(ClientAuthentication clientAuth)
public ClientAuthentication getClientAuthentication()
public final void setExcludeProtocols(List<String> protocols)
Apache CXF