Interface ValidationListener


  • public interface ValidationListener
    Implement this interface to register custom validation listener to the CombiningValidator. Those classes will be called whenever a token is being validated.
    This might be relevant for writing Audit logs.
    • Method Detail

      • onValidationSuccess

        void onValidationSuccess()