LoginAttribute

Information about the login attempts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the application name used to attempt log in.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val user: String?

Indicates the user name which attempted to log in.

Functions

Link copied to clipboard
inline fun copy(block: LoginAttribute.Builder.() -> Unit = {}): LoginAttribute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String