com.ibm.wsspi.wssecurity.id
Interface TrustedIDEvaluator
All Superinterfaces:
- public interface TrustedIDEvaluator
- extends Initializable
See Also:
TrustedIDEvaluatorImplMethod Summary
| Modifier and Type | Method and Description |
|---|---|
|
evaluate(java.lang.String id)
Evaluates whether the received identity (ID) is trusted.
|
| Methods inherited from interface com.ibm.wsspi.wssecurity.Initializable |
|---|
init |
Method Detail
evaluate
- boolean evaluate(java.lang.String id)
- throws TrustedIDEvaluatorException
Evaluates whether the received identity (ID) is trusted.
Parameters:
id - An ID to be evaluated. A realm name may be specified with a
format of "id@realm". Returns:
true if the ID is trusted, false
otherwise. Throws: