public interface TrustedIDEvaluator extends Initializable
TrustedIDEvaluatorImpl| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.String id)
Evaluates whether the received identity (ID) is trusted.
|
initboolean evaluate(java.lang.String id)
throws TrustedIDEvaluatorException
id - An ID to be evaluated. A realm name may be specified with a
format of "id@realm".true if the ID is trusted, false
otherwise.TrustedIDEvaluatorException