Apache CXF API

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

Packages that use TrustManagersType
org.apache.cxf.configuration.security   
 

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

Fields in org.apache.cxf.configuration.security declared as TrustManagersType
protected  TrustManagersType TLSServerParametersType.trustManagers
           
protected  TrustManagersType TLSClientParametersType.trustManagers
           
 

Methods in org.apache.cxf.configuration.security that return TrustManagersType
 TrustManagersType ObjectFactory.createTrustManagersType()
          Create an instance of TrustManagersType
 TrustManagersType TLSServerParametersType.getTrustManagers()
          Gets the value of the trustManagers property.
 TrustManagersType TLSClientParametersType.getTrustManagers()
          Gets the value of the trustManagers property.
 

Methods in org.apache.cxf.configuration.security with parameters of type TrustManagersType
 void TLSServerParametersType.setTrustManagers(TrustManagersType value)
          Sets the value of the trustManagers property.
 void TLSClientParametersType.setTrustManagers(TrustManagersType value)
          Sets the value of the trustManagers property.
 


Apache CXF API

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