Uses of Class
org.apache.cxf.configuration.security.TrustManagersType
-
Packages that use TrustManagersType Package Description org.apache.cxf.configuration.jsse org.apache.cxf.configuration.security -
-
Uses of TrustManagersType in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type TrustManagersType Modifier and Type Method Description static 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 TrustManagersType Modifier and Type Field Description protected TrustManagersTypeTLSClientParametersType. trustManagersThis element contains the TrustManagers specification.protected TrustManagersTypeTLSServerParametersType. trustManagersThis element contains the TrustManagers specification.Methods in org.apache.cxf.configuration.security that return TrustManagersType Modifier and Type Method Description TrustManagersTypeObjectFactory. createTrustManagersType()Create an instance ofTrustManagersTypeTrustManagersTypeTLSClientParametersType. getTrustManagers()Gets the value of the trustManagers property.TrustManagersTypeTLSServerParametersType. getTrustManagers()Gets the value of the trustManagers property.Methods in org.apache.cxf.configuration.security with parameters of type TrustManagersType Modifier and Type Method Description voidTLSClientParametersType. setTrustManagers(TrustManagersType value)Sets the value of the trustManagers property.voidTLSServerParametersType. setTrustManagers(TrustManagersType value)Sets the value of the trustManagers property.
-