Skip to content

/AWS1/CL_EL2JWTVALIDATIONACT01

Information about an additional claim to validate.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_format TYPE /AWS1/EL2JWTVALIDATIONACTADD00 /AWS1/EL2JWTVALIDATIONACTADD00

The format of the claim value.

iv_name TYPE /AWS1/EL2JWTVALIDATIONACTADD01 /AWS1/EL2JWTVALIDATIONACTADD01

The name of the claim. You can't specify exp, iss, nbf, or iat because we validate them by default.

it_values TYPE /AWS1/CL_EL2JWTVALIDATIONACT02=>TT_JWTVALIDATIONACTADDLCLAIM00 TT_JWTVALIDATIONACTADDLCLAIM00

The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is space-separated-values, the values can't include spaces.


Queryable Attributes

Format

The format of the claim value.

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value

Name

The name of the claim. You can't specify exp, iss, nbf, or iat because we validate them by default.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Values

The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is space-separated-values, the values can't include spaces.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES 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_JWTVALIDATIONACTADDLCLAIMS

TYPES TT_JWTVALIDATIONACTADDLCLAIMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2JWTVALIDATIONACT01 WITH DEFAULT KEY
.