Interface AuthenticationFlowCallback

    • Method Detail

      • onParentFlowSuccess

        void onParentFlowSuccess​(AuthenticationFlowContext context)
        Triggered after the authentication flow is successfully finished. The target authentication flow is the one where this authenticator is configured. Authenticator should finish successfully in the flow (or being evaluated to true in case of Conditional Authenticator) in order to trigger this callback at the successful end of the flow
        Parameters:
        context - which encapsulate various useful data
      • onTopFlowSuccess

        default void onTopFlowSuccess()
        Triggered after the top authentication flow is successfully finished. It is really suitable for last verification of successful authentication