Represents the AAA User Information.
Operate as a List on the External Groups which is seperated by ','.
For example:
HTTP.REQ.USER.EXTERNAL_GROUPS gives list of all groups which are
',' seperated.
EXTERNAL_GROUPS (char sep)
Operate as a List on the Group which is seperated by given
delimiter.
For example:
HTTP.REQ.USER.EXTERNAL_GROUPS(':') gives list of all external
groups which are ':' seperated.
sep- delimiter
Returns: list_tOperate as a List on the Group which is seperated by ','.
For example:
HTTP.REQ.USER.GROUPS gives list of all groups which are
',' seperated. In this list first internal groups are listed
which are followed by external groups.
GROUPS (char sep)
Operate as a List on the Group which is seperated by given
delimiter.
For example:
HTTP.REQ.USER.GROUPS(':') gives list of all groups which are
':' seperated. In this list first internal groups are listed
which are followed by external groups.
sep- delimiter
Returns: list_tOperate as a List on the Group which is seperated by ','.
For example:
HTTP.REQ.USER.INTERNAL_GROUPS gives list of all groups which are
',' seperated.
INTERNAL_GROUPS (char sep)
Operate as a List on the Group which is seperated by given
delimiter.
For example:
HTTP.REQ.USER.INTERNAL_GROUPS(':') gives list of all internal groups
which are ':' seperated.
sep- delimiter
Returns: list_tIS_MEMBER_OF (text_t group_name)
Returns TRUE if the user is a member of the group group_name
Parameters (expressions not allowed):group_name- Group Name
Returns: bool_atReturns the NAME of the user.
Returns: text_tReturns the PASSWORD of the user.
Returns: text_t