Apache CXF API

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

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

Uses of TrustManagersType in org.apache.cxf.configuration.jsse.spring
 

Methods in org.apache.cxf.configuration.jsse.spring with parameters of type TrustManagersType
static TrustManager[] TLSParameterJaxBUtils.getTrustManagers(TrustManagersType tmc)
          This method converts the JAXB KeyManagersType into a list of JSSE TrustManagers.
 

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