Class RdsDbUserDetails

    • Method Detail

      • user

        public final String user()

        The user name used in the anomalous login attempt.

        Returns:
        The user name used in the anomalous login attempt.
      • application

        public final String application()

        The application name used in the anomalous login attempt.

        Returns:
        The application name used in the anomalous login attempt.
      • database

        public final String database()

        The name of the database instance involved in the anomalous login attempt.

        Returns:
        The name of the database instance involved in the anomalous login attempt.
      • ssl

        public final String ssl()

        The version of the Secure Socket Layer (SSL) used for the network.

        Returns:
        The version of the Secure Socket Layer (SSL) used for the network.
      • authMethod

        public final String authMethod()

        The authentication method used by the user involved in the finding.

        Returns:
        The authentication method used by the user involved in the finding.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)