public class TLSServerParameters extends TLSParameterBase
TLSParameterBase
with service-specific
SSL/TLS parameters.Constructor and Description |
---|
TLSServerParameters() |
Modifier and Type | Method and Description |
---|---|
ClientAuthentication |
getClientAuthentication()
This parameter retrieves the client authentication settings.
|
void |
setClientAuthentication(ClientAuthentication clientAuth)
This parameter configures the server side to request and/or
require client authentication.
|
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()
Apache CXF