<< Click to Display Table of Contents >>

Deleting groups and users

To delete groups and users using the RepositoryEX class, use the method below:


Method Detail

deleteGroup

public boolean deleteGroup(String groupID) throws OZCPException

Deletes the group corresponding to the designated group ID.

Parameters:

groupID - Group ID

deleteUser

public boolean deleteUser(String userID) throws OZCPException

Deletes the information of all users corresponding to the designated user ID.

Parameters:

userID - User ID