com.sun.identity.log.spi
インタフェース IVerifierOutput


public interface IVerifierOutput

Provides an interface to define the actions that need to be taken depending on the return value of the Log Verification process.


メソッドの概要
 boolean doVerifierAction(String logName, boolean result)
          Returns true if an action is successfully done based on result of a verification process.
 

メソッドの詳細

doVerifierAction

boolean doVerifierAction(String logName,
                         boolean result)
Returns true if an action is successfully done based on result of a verification process.

パラメータ:
logName - name of the log on which verification was carried out.
result - result of the verification process.
戻り値:
true if the action is successfully done.