Skip to content

/AWS1/CL_DSRCERTIFICATEINFO

Contains general information about a certificate.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_certificateid TYPE /AWS1/DSRCERTIFICATEID /AWS1/DSRCERTIFICATEID

The identifier of the certificate.

iv_commonname TYPE /AWS1/DSRCERTIFICATECN /AWS1/DSRCERTIFICATECN

The common name for the certificate.

iv_state TYPE /AWS1/DSRCERTIFICATESTATE /AWS1/DSRCERTIFICATESTATE

The state of the certificate.

iv_expirydatetime TYPE /AWS1/DSRCERTEXPIRYDATETIME /AWS1/DSRCERTEXPIRYDATETIME

The date and time when the certificate will expire.

iv_type TYPE /AWS1/DSRCERTIFICATETYPE /AWS1/DSRCERTIFICATETYPE

The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.


Queryable Attributes

CertificateId

The identifier of the certificate.

Accessible with the following methods

Method Description
GET_CERTIFICATEID() Getter for CERTIFICATEID, with configurable default
ASK_CERTIFICATEID() Getter for CERTIFICATEID w/ exceptions if field has no value
HAS_CERTIFICATEID() Determine if CERTIFICATEID has a value

CommonName

The common name for the certificate.

Accessible with the following methods

Method Description
GET_COMMONNAME() Getter for COMMONNAME, with configurable default
ASK_COMMONNAME() Getter for COMMONNAME w/ exceptions if field has no value
HAS_COMMONNAME() Determine if COMMONNAME has a value

State

The state of the certificate.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

ExpiryDateTime

The date and time when the certificate will expire.

Accessible with the following methods

Method Description
GET_EXPIRYDATETIME() Getter for EXPIRYDATETIME, with configurable default
ASK_EXPIRYDATETIME() Getter for EXPIRYDATETIME w/ exceptions if field has no valu
HAS_EXPIRYDATETIME() Determine if EXPIRYDATETIME has a value

Type

The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE 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_CERTIFICATESINFO

TYPES TT_CERTIFICATESINFO TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRCERTIFICATEINFO WITH DEFAULT KEY
.