Skip to content

/AWS1/CL_SAGACTOR

Represents an entity that interacts with the system during security testing

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_identifier TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Unique identifier for the actor (case-insensitive)

it_uris TYPE /AWS1/CL_SAGURILIST_W=>TT_URILIST TT_URILIST

List of URIs accessible with the actor's credentials

io_authentication TYPE REF TO /AWS1/CL_SAGAUTHENTICATION /AWS1/CL_SAGAUTHENTICATION

Authentication information used by the actor to access resources

iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Additional description or details about the actor


Queryable Attributes

identifier

Unique identifier for the actor (case-insensitive)

Accessible with the following methods

Method Description
GET_IDENTIFIER() Getter for IDENTIFIER, with configurable default
ASK_IDENTIFIER() Getter for IDENTIFIER w/ exceptions if field has no value
HAS_IDENTIFIER() Determine if IDENTIFIER has a value

uris

List of URIs accessible with the actor's credentials

Accessible with the following methods

Method Description
GET_URIS() Getter for URIS, with configurable default
ASK_URIS() Getter for URIS w/ exceptions if field has no value
HAS_URIS() Determine if URIS has a value

authentication

Authentication information used by the actor to access resources

Accessible with the following methods

Method Description
GET_AUTHENTICATION() Getter for AUTHENTICATION

description

Additional description or details about the actor

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION 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_ACTORLIST

TYPES TT_ACTORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGACTOR WITH DEFAULT KEY
.