|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserAdmin
This interface supports the user and role management operations.
The user and role management operations can only be performed after a client is authenticated as a user with Cluster Administrator role.
Method Summary | |
---|---|
void |
addRoleUser(Role role,
int flags,
java.lang.String username)
Assign role to one user. |
void |
addUser(User user)
Add one user. |
void |
delUser(java.lang.String username)
Delete one user. |
void |
modifyUser(User user)
Modify one user. |
void |
removeRoleUser(Role role,
int flags,
java.lang.String username)
Remove role from one user. |
Method Detail |
---|
void addUser(User user) throws EGOException
user
- : specifies which user is added
EGOException
void modifyUser(User user) throws EGOException
user
- : specifies which user is modified
EGOException
void delUser(java.lang.String username) throws EGOException
username
- : specifies name of user.
EGOException
void addRoleUser(Role role, int flags, java.lang.String username) throws EGOException
role
- : specifies which role is assigned to user.flags
- : specifies whether is recursive.username
- : specifies name of user.
EGOException
void removeRoleUser(Role role, int flags, java.lang.String username) throws EGOException
role
- : specifies which role is assigned to user.flags
- : specifies whether is recursive.username
- : specifies name of user.
EGOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |