Uses of Class
org.apache.cxf.configuration.security.ExcludeProtocols
Packages that use ExcludeProtocols
-
Uses of ExcludeProtocols in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as ExcludeProtocolsModifier and TypeFieldDescriptionprotected ExcludeProtocolsTLSServerParametersType.excludeProtocolsThis element contains the the Protocols that will be excludedMethods in org.apache.cxf.configuration.security that return ExcludeProtocolsModifier and TypeMethodDescriptionObjectFactory.createExcludeProtocols()Create an instance ofExcludeProtocolsTLSServerParametersType.getExcludeProtocols()Gets the value of the excludeProtocols property.Methods in org.apache.cxf.configuration.security with parameters of type ExcludeProtocolsModifier and TypeMethodDescriptionvoidTLSServerParametersType.setExcludeProtocols(ExcludeProtocols value) Sets the value of the excludeProtocols property.