Check Group Membership

Contents

Overview

The Check Group Membership filter checks whether the specified Enterprise Gateway User is a member of the specified Enterprise Gateway Group. The User and the Group are both stored in the Enterprise Gateway User Store. For more details, see Enterprise Gateway Users.

Configuration

Configure the following required fields:

Name:
Enter an appropriate name for this filter.

User:
Enter the User name. You can specify this as a property that expands to the value of the specified message attribute at runtime. Defaults to ${authentication.subject.id}.

Group:
Enter the Group name (for example, Administrators). You can specify this as a property that expands to the value of the specified message attribute at runtime.

Possible Paths

The possible paths through this filter are as follows:
Outcome Description
True The specified user is a member of the specified group.
False The specified user is not a member of the specified group.
CircuitAbort An exception has occurred while executing the filter.