Specifying a WTPrincipalReference
Principals which are stored in database (and not stored in LDAP) are represented by WTPrincipalReference. The syntax for specifying a WTPrincipalReference is as follows:
<WTPrincipalReference>
<ClassType>wt.org.WTGroup</ClassType>
<OrgName>myOrg</OrgName>
<Name>amgroup</Name>
</WTPrincipalReference>
ClassType: wt.org.WTGroup / wt.org.WTOrganization
OrgName: Specify name of the organization if group is created at organization context. Applicable only for groups created at organization context. The default value is null.
Name: Name of the group or organization.
Was this helpful?