/AWS1/CL_GDYLOGINATTRIBUTE¶
Information about the login attempts.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_user TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Indicates the user name which attempted to log in.
iv_application TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Indicates the application name used to attempt log in.
iv_failedloginattempts TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER¶
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
iv_successfulloginattempts TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER¶
Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
Queryable Attributes¶
User¶
Indicates the user name which attempted to log in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USER() |
Getter for USER, with configurable default |
ASK_USER() |
Getter for USER w/ exceptions if field has no value |
HAS_USER() |
Determine if USER has a value |
Application¶
Indicates the application name used to attempt log in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATION() |
Getter for APPLICATION, with configurable default |
ASK_APPLICATION() |
Getter for APPLICATION w/ exceptions if field has no value |
HAS_APPLICATION() |
Determine if APPLICATION has a value |
FailedLoginAttempts¶
Represents the sum of failed (unsuccessful) login attempts made to establish a connection to the database instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDLOGINATTEMPTS() |
Getter for FAILEDLOGINATTEMPTS, with configurable default |
ASK_FAILEDLOGINATTEMPTS() |
Getter for FAILEDLOGINATTEMPTS w/ exceptions if field has no |
HAS_FAILEDLOGINATTEMPTS() |
Determine if FAILEDLOGINATTEMPTS has a value |
SuccessfulLoginAttempts¶
Represents the sum of successful connections (a correct combination of login attributes) made to the database instance by the actor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULLOGINATTEMPTS() |
Getter for SUCCESSFULLOGINATTEMPTS, with configurable defaul |
ASK_SUCCESSFULLOGINATTEMPTS() |
Getter for SUCCESSFULLOGINATTEMPTS w/ exceptions if field ha |
HAS_SUCCESSFULLOGINATTEMPTS() |
Determine if SUCCESSFULLOGINATTEMPTS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LOGINATTRIBUTES¶
TYPES TT_LOGINATTRIBUTES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYLOGINATTRIBUTE WITH DEFAULT KEY
.