Default Implementation for UI and Web Services

The following table describes the default implementation for UI and web services. You can configure the custom header extractor by changing the existing default properties. Use the Configurator to configure the properties related to header extractor (Go to Member1 > Miscellaneous).

Header Extractor Properties
Property Name Property Internal Name Description Value
Webservice Header Extractor com.tibco.cim.authentication.webservice.headerExtractor Specifies the header extractor for web service. If required, you can change the default value. Valid values are:
  • HTTPHeaderExtractor
  • SoapHeaderExtractor

The default value is SoapHeaderExtractor (com.tibco.cim.authentication.webservice.DefaultSoapHeaderExtractor).

UI Header Extractor com.tibco.cim.authentication.ui.headerExtractor Specifies the header extractor for user interface. If required, you can change the default value. The default value is HTTPHeaderExtractor (com.tibco.cim.authentication.DefaultHttpHeaderExtractor).

The header extractor is extensible and can be easily extended to provide custom header extractor. For detailed description on implementing custom header extractor, refer to the section Implementing Custom Header Extractor.