Oracle Waveset 8.1.1 Deployment Reference

User Members Rule

The User Members Rule enables you to dynamically control a single organization’s user membership, based on who is logged in. For example, if you assign the User Members Rule to the My Employees organization, the rule dynamically controls the organization’s user membership as follows:

Inputs:

You must specify the following for a custom User Members Rule rule:

AuthType 

UserMembersRule

SubType 

Not specified 

Called 

 

Returns 

  • A list of resource accountIds

    You can return resource accountIds by invoking the FormUtil.getResourceObjects call to, for example, return all user entries in a specified directory OU.

    Returned resource accountIds must be in one of the following formats:

    • resourceId:accountId

    • resourceId@accountId


     <list>
        <s>res1:stevel</s>
        <s>res1:joem</s>
        <s>res1:sallyp</s>
      </list>
  • A list of Waveset AttributeConditions used to query the Waveset repository for users matching the specified condition.


    <list>
        <new class=’com.waveset.object.AttributeCondition>
          <s>idmManager</s>
          <s>equals</s>
          <ref>waveset.accountId</s>
        </new>
    </list>

Predefined Rules 

None