/AWS1/CL_FNTVALIDATIONTOKENDET¶
Contains details about the validation token.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domain TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The domain name.
Optional arguments:¶
iv_redirectto TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The domain to redirect to.
iv_redirectfrom TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The domain to redirect from.
Queryable Attributes¶
Domain¶
The domain name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
RedirectTo¶
The domain to redirect to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDIRECTTO() |
Getter for REDIRECTTO, with configurable default |
ASK_REDIRECTTO() |
Getter for REDIRECTTO w/ exceptions if field has no value |
HAS_REDIRECTTO() |
Determine if REDIRECTTO has a value |
RedirectFrom¶
The domain to redirect from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDIRECTFROM() |
Getter for REDIRECTFROM, with configurable default |
ASK_REDIRECTFROM() |
Getter for REDIRECTFROM w/ exceptions if field has no value |
HAS_REDIRECTFROM() |
Determine if REDIRECTFROM 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_VALIDATIONTOKENDETAILLIST¶
TYPES TT_VALIDATIONTOKENDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTVALIDATIONTOKENDET WITH DEFAULT KEY
.