Package | Description |
---|---|
org.apache.cxf.configuration.jsse | |
org.apache.cxf.configuration.security | |
org.apache.cxf.transport.http_jetty |
Modifier and Type | Method and Description |
---|---|
ClientAuthentication |
TLSServerParameters.getClientAuthentication()
This parameter retrieves the client authentication settings.
|
Modifier and Type | Method and Description |
---|---|
void |
TLSServerParameters.setClientAuthentication(ClientAuthentication clientAuth)
This parameter configures the server side to request and/or
require client authentication.
|
Modifier and Type | Field and Description |
---|---|
protected ClientAuthentication |
TLSServerParametersType.clientAuthentication
This element contains Client Authentication specification.
|
Modifier and Type | Method and Description |
---|---|
ClientAuthentication |
ObjectFactory.createClientAuthentication()
Create an instance of
ClientAuthentication |
ClientAuthentication |
TLSServerParametersType.getClientAuthentication()
Gets the value of the clientAuthentication property.
|
Modifier and Type | Method and Description |
---|---|
void |
TLSServerParametersType.setClientAuthentication(ClientAuthentication value)
Sets the value of the clientAuthentication property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JettyHTTPServerEngine.setClientAuthentication(org.eclipse.jetty.util.ssl.SslContextFactory con,
ClientAuthentication clientAuth) |
Apache CXF