Interface AccountTakeoverActionType.Builder

    • Method Detail

      • eventAction

        AccountTakeoverActionType.Builder eventAction​(String eventAction)

        The action to take in response to the account takeover action. Valid values are as follows:

        • BLOCK Choosing this action will block the request.

        • MFA_IF_CONFIGURED Present an MFA challenge if user has configured it, else allow the request.

        • MFA_REQUIRED Present an MFA challenge if user has configured it, else block the request.

        • NO_ACTION Allow the user to sign in.

        Parameters:
        eventAction - The action to take in response to the account takeover action. Valid values are as follows:

        • BLOCK Choosing this action will block the request.

        • MFA_IF_CONFIGURED Present an MFA challenge if user has configured it, else allow the request.

        • MFA_REQUIRED Present an MFA challenge if user has configured it, else block the request.

        • NO_ACTION Allow the user to sign in.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccountTakeoverEventActionType, AccountTakeoverEventActionType
      • eventAction

        AccountTakeoverActionType.Builder eventAction​(AccountTakeoverEventActionType eventAction)

        The action to take in response to the account takeover action. Valid values are as follows:

        • BLOCK Choosing this action will block the request.

        • MFA_IF_CONFIGURED Present an MFA challenge if user has configured it, else allow the request.

        • MFA_REQUIRED Present an MFA challenge if user has configured it, else block the request.

        • NO_ACTION Allow the user to sign in.

        Parameters:
        eventAction - The action to take in response to the account takeover action. Valid values are as follows:

        • BLOCK Choosing this action will block the request.

        • MFA_IF_CONFIGURED Present an MFA challenge if user has configured it, else allow the request.

        • MFA_REQUIRED Present an MFA challenge if user has configured it, else block the request.

        • NO_ACTION Allow the user to sign in.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccountTakeoverEventActionType, AccountTakeoverEventActionType
      • sendNotification

        AccountTakeoverActionType.Builder sendNotification​(Boolean sendNotification)

        Flag specifying whether to send a notification.

        Parameters:
        sendNotification - Flag specifying whether to send a notification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.