Uses of Class
org.apache.cxf.configuration.security.ExcludeProtocols
-
Packages that use ExcludeProtocols Package Description org.apache.cxf.configuration.security -
-
Uses of ExcludeProtocols in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as ExcludeProtocols Modifier and Type Field Description protected ExcludeProtocolsTLSServerParametersType. excludeProtocolsThis element contains the the Protocols that will be excludedMethods in org.apache.cxf.configuration.security that return ExcludeProtocols Modifier and Type Method Description ExcludeProtocolsObjectFactory. createExcludeProtocols()Create an instance ofExcludeProtocolsExcludeProtocolsTLSServerParametersType. getExcludeProtocols()Gets the value of the excludeProtocols property.Methods in org.apache.cxf.configuration.security with parameters of type ExcludeProtocols Modifier and Type Method Description voidTLSServerParametersType. setExcludeProtocols(ExcludeProtocols value)Sets the value of the excludeProtocols property.
-