com.ibm.wsspi.wssecurity.id

Interface TrustedIDEvaluator

  • All Superinterfaces:
    Initializable


    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

      Methods 
      Modifier and Type Method and Description
      boolean evaluate(java.lang.String id)
      Evaluates whether the received identity (ID) is trusted.
    • 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
IBM WebSphere Application ServerTM
Release 8.5