avCheckAuth Method
avCheckAuth Method (when invoked from Command Handlers and Filters).
Method: avCheckAuth (when invoked from a filter)
Parameters:
Name
|
Usage
|
Class
|
Description
|
ReturnCode
|
Output - Mandatory
|
Alpha - max length 5
|
According to the IIP avCheckAuth:
OK - the user is authorized to this business object
ER - the user is not authorized to this business object
|
UserAuthInformation
|
Both- Optional
|
Alpha - max length 75
|
This is optional additional information about the current user and the current business object, that can be passed from the IIP avCheckAuth in UF_SYSTM back to the filter.
|
|
Method: avCheckAuth (when invoked from a command handler)
Parameters:
Name
|
Usage
|
Class
|
Description
|
ReturnCode
|
Output - Mandatory
|
Alpha - max length 5
|
According to the IIP avCheckAuth:
OK - the user is authorized to this command reference
ER - the user is not authorized to this command reference
|
UserAuthInformation
|
Output - Optional
|
Alpha - max length 75
|
This is optional additional information about the current user, the current business object, and the current command, that can be passed from the IIP avCheckAuth back to the filter.
|
|