com.sun.identity.log.spi
Interface 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.


Method Summary
 boolean doVerifierAction(java.lang.String logName, boolean result)
           
 

Method Detail

doVerifierAction

public boolean doVerifierAction(java.lang.String logName,
                                boolean result)