Share via


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

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.

See Also

Reference

AifPortUser Table