| Package | Description |
|---|---|
| org.apache.cxf.configuration.jsse | |
| org.apache.cxf.configuration.security |
| 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 |
| 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.
|
Apache CXF