Reference > IBM Sales Center extension points
Feature Validation Service extension point
The IBM Sales Center workbench provides a validation service. The purpose of this extension point is to allow plug-ins to register features for validation with the WebSphere Commerce Server before authentication.
Identifier:
com.ibm.commerce.telesales.services.featureValidation
Description:
The IBM Sales Center workbench provides a validation service. The purpose of this extension point is to allow plug-ins to register features for validation with the WebSphere Commerce Server before authentication.
Configuration Markup:
<!ELEMENT extension ( feature*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - The fully qualified identifier of the target extension point.
- id - An optional identifier for the target extension point
- name - An optional name for the extension instance
<!ATTLIST feature
id CDATA #REQUIRED>
- id - The unique name that will be used to identify this feature.
Examples:
The following is an example for the dialog extension point:
<extension point= "com.ibm.commerce.telesales.services.featureValidation" id= "com.ibm.commerce.telesales.features" > <feature id= "com.ibm.commerce.telesales" > </feature> <feature id= "com.ibm.pvc.wct.platform" > </feature> </extension>
API Information:
The value of the attribute id
should be the fully qualified identifier for an Eclipse feature installed in the rich client.
Supplied Implementation:
The workbench uses the features when a IBM Sales Center validation service is used before authentication.