|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-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 a usergroup. |
void |
deleteUserFromGroup(String userName, String groupName) Delete a user from a group. |
void |
deleteUserGroup(String groupName) Delete a usergroup. |
String[] |
listGroups(int offset, int size) List all groups. |
String[] |
listUsers(String groupName, int offset, int size) Lists users in a 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 within the resultset. Must be >= 0.size
- Number of entries to return. 0 means no limit.ManagementException
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.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |