AifPortUser::checkUser Method
Checks to see whether a user is either a valid user for the Port or belongs to a user group that is valid for the Port.
Syntax
client server private static boolean checkUser(
AifInboundPort inboundPort,
AifPortUserType portUserType,
UserId userId)
Run On
Called
Parameters
- inboundPort
Type: AifInboundPort Table
An incoming port record.
- portUserType
Type: AifPortUserType Enumeration
A Port User Type.
- userId
Type: UserId Extended Data Type
The user ID of a user.
Return Value
Type: boolean
true if the user or user group is valid for port; otherwise, false.
Remarks
The userID parameter is always a user ID, not a user group ID.