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   
 

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

Methods in org.apache.cxf.configuration.jsse that return ClientAuthentication
 ClientAuthentication TLSServerParameters.getClientAuthentication()
          This parameter configures the server side to request and/or require client authentication.
 

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.
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.