com.ibm.wsspi.wssecurity.id
Interface TrustedIDEvaluator

All Superinterfaces:
Initializable
All Known Implementing Classes:
TrustedIDEvaluatorImpl

public interface TrustedIDEvaluator
extends Initializable

Evaluates whether the received ID is trusted. Server issues the Credentials only to whose ID is trusted.


Method Summary
 boolean evaluate(java.lang.String id)
          Evaluates whether the received ID is trusted.
 
Methods inherited from interface com.ibm.wsspi.wssecurity.Initializable
init
 

Method Detail

evaluate

public boolean evaluate(java.lang.String id)
                 throws TrustedIDEvaluatorException
Evaluates whether the received ID is trusted.
Parameters:
id - An ID to be evaluated. Realm name may be specified with a format "id@realm".
Returns:
true if the ID is trusted, false otherwise.