Uses of Class
org.apache.cxf.configuration.security.TrustManagersType
Packages that use TrustManagersType
-
Uses of TrustManagersType in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type TrustManagersTypeModifier and TypeMethodDescriptionstatic TrustManager[]TLSParameterJaxBUtils.getTrustManagers(TrustManagersType tmc) Deprecated.static TrustManager[]TLSParameterJaxBUtils.getTrustManagers(TrustManagersType tmc, boolean enableRevocation) -
Uses of TrustManagersType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as TrustManagersTypeModifier and TypeFieldDescriptionprotected TrustManagersTypeTLSClientParametersType.trustManagersThis element contains the TrustManagers specification.protected TrustManagersTypeTLSServerParametersType.trustManagersThis element contains the TrustManagers specification.Methods in org.apache.cxf.configuration.security that return TrustManagersTypeModifier and TypeMethodDescriptionObjectFactory.createTrustManagersType()Create an instance ofTrustManagersTypeTLSClientParametersType.getTrustManagers()Gets the value of the trustManagers property.TLSServerParametersType.getTrustManagers()Gets the value of the trustManagers property.Methods in org.apache.cxf.configuration.security with parameters of type TrustManagersTypeModifier and TypeMethodDescriptionvoidTLSClientParametersType.setTrustManagers(TrustManagersType value) Sets the value of the trustManagers property.voidTLSServerParametersType.setTrustManagers(TrustManagersType value) Sets the value of the trustManagers property.