Interface LoginAttribute.Builder

    • Method Detail

      • user

        LoginAttribute.Builder user​(String user)

        Indicates the user name which attempted to log in.

        Parameters:
        user - Indicates the user name which attempted to log in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • application

        LoginAttribute.Builder application​(String application)

        Indicates the application name used to attempt log in.

        Parameters:
        application - Indicates the application name used to attempt log in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedLoginAttempts

        LoginAttribute.Builder failedLoginAttempts​(Integer failedLoginAttempts)

        Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.

        Parameters:
        failedLoginAttempts - Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulLoginAttempts

        LoginAttribute.Builder successfulLoginAttempts​(Integer successfulLoginAttempts)

        Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.

        Parameters:
        successfulLoginAttempts - Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.