|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addUsertoGroup(String userName, String groupName) add user to a group |
void |
createUserGroup(String groupName, String description) Create usergroup |
void |
deleteUserFromGroup(String userName, String groupName) delete user from a group |
void |
deleteUserGroup(String groupName) Delete usergroup |
String[] |
listGroups(int offset, int size) List all groups |
String[] |
listUsers(String groupName, int offset, int size) lists users in the group |
Method Detail |
public void addUsertoGroup(String userName, String groupName) throws ManagementException
userName
- user namegroupName
- user group nameManagementException
public void createUserGroup(String groupName, String description) throws ManagementException
groupName
- user group namedescription
- user group descriptionManagementException
public void deleteUserFromGroup(String userName, String groupName) throws ManagementException
userName
- user namegroupName
- user group nameManagementException
public void deleteUserGroup(String groupName) throws ManagementException
groupName
- user group nameManagementException
public String[] listGroups(int offset, int size) throws ManagementException
offset
- Offset in complete resultset. Must be >= 0.size
- Number of entries to return. 0 means no limitManagementException
public String[] listUsers(String groupName, int offset, int size) throws ManagementException
groupName
-offset
- must be >=0size
- Number of entries to return. 0 means no limitManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |