GroupFunctionsSample.java demonstrates how to implement the following use cases:
Create Native Directory groups
Add groups to Native Directory groups
Add users to Native Directory groups
List group members
List subgroups in a group
Search for groups based on identity
Delete Native Directory groups
GroupFunctionsSample.java uses the following classes:
CSSNativeGroupIF class, which enables you to create and manage groups.
CSSNativeUserIF class, which enables you to create and manage Native Directory users. CSSNativeUserIF extends the CSSUserIF class.
CSSException, which captures operational exceptions and error codes.