Specifies the class name of the trusted ID evaluator.
The specified trusted ID evaluator class name must implement the com.ibm.wsspi.wssecurity.id.TrustedIDEvaluator
interface. The default TrustedIDEvaluator class is com.ibm.wsspi.wssecurity.id.TrustedIDEvaluatorImpl.
When you use this default TrustedIDEvaluator class, you must specify the name
and the value properties for the default trusted ID evaluator to create the
trusted ID list for evaluation.
To specify the name and value properties, complete the following steps:
- Under Additional properties, click Properties >
New.
- Specify the trusted ID evaluator name as a property name. You must specify
the trusted ID evaluator name in the form, trustedId_n, where _n is
an integer from zero (0) to n.
- Specify the trusted ID as a property value.
For example:
property name="trustedId_0", value="CN=Bob,O=ACME,C=US"
property name="trustedId_1", value="user1"
If a distinguished
name (DN) is used, the space is removed for comparison.
Default |
com.ibm.wsspi.wssecurity.id.TrustedIDEvaluatorImpl |
See the programming model information in the documentation for an explanation
of how to implement the com.ibm.wsspi.wssecurity.id.TrustedIDEvaluator interface.