Uses of Class
org.apache.cxf.configuration.security.IncludeProtocols
Packages that use IncludeProtocols
-
Uses of IncludeProtocols in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as IncludeProtocolsModifier and TypeFieldDescriptionprotected IncludeProtocolsTLSServerParametersType.includeProtocolsThis element contains the the Protocols that will be includedMethods in org.apache.cxf.configuration.security that return IncludeProtocolsModifier and TypeMethodDescriptionObjectFactory.createIncludeProtocols()Create an instance ofIncludeProtocolsTLSServerParametersType.getIncludeProtocols()Gets the value of the includeProtocols property.Methods in org.apache.cxf.configuration.security with parameters of type IncludeProtocolsModifier and TypeMethodDescriptionvoidTLSServerParametersType.setIncludeProtocols(IncludeProtocols value) Sets the value of the includeProtocols property.