com.ibm.wsspi.wssecurity.id
Interface TrustedIDEvaluator

All Superinterfaces:
Initializable
All Known Implementing Classes:
TrustedIDEvaluatorImpl

public interface TrustedIDEvaluator
extends Initializable

Evaluates whether the received identity (ID) is trusted. The server issues Credentials only to those identities that are trusted.

See Also:
TrustedIDEvaluatorImpl

Method Summary
 boolean 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:
TrustedIDEvaluatorException