Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.ClientAuthentication

Packages that use ClientAuthentication
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.security   
org.apache.cxf.transport.https_jetty   
 

Uses of ClientAuthentication in org.apache.cxf.configuration.jsse
 

Methods in org.apache.cxf.configuration.jsse that return ClientAuthentication
 ClientAuthentication TLSServerParameters.getClientAuthentication()
          This parameter retrieves the client authentication settings.
 

Methods in org.apache.cxf.configuration.jsse with parameters of type ClientAuthentication
 void TLSServerParameters.setClientAuthentication(ClientAuthentication clientAuth)
          This parameter configures the server side to request and/or require client authentication.
 

Uses of ClientAuthentication in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as ClientAuthentication
protected  ClientAuthentication TLSServerParametersType.clientAuthentication
           
 

Methods in org.apache.cxf.configuration.security that return ClientAuthentication
 ClientAuthentication ObjectFactory.createClientAuthentication()
          Create an instance of ClientAuthentication
 ClientAuthentication TLSServerParametersType.getClientAuthentication()
          Gets the value of the clientAuthentication property.
 

Methods in org.apache.cxf.configuration.security with parameters of type ClientAuthentication
 void TLSServerParametersType.setClientAuthentication(ClientAuthentication value)
          Sets the value of the clientAuthentication property.
 

Uses of ClientAuthentication in org.apache.cxf.transport.https_jetty
 

Methods in org.apache.cxf.transport.https_jetty with parameters of type ClientAuthentication
protected  void CXFJettySslSocketConnector.setClientAuthentication(ClientAuthentication clientAuth)
          Set the ClientAuthentication (from the JAXB type) that configures an HTTP Destination.
 


Apache CXF API

Apache CXF