|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAdminUserProfile
The interface is implemented by the users command
and contains the methods for user management.
| Method Summary | |
|---|---|
int |
createUser(java.lang.String user,
char[] password)
Create an user. |
int |
deleteUser(java.lang.String user)
Removes an user. |
int |
resetPassword(java.lang.String user,
char[] newPassword)
Changes the password for an user. |
boolean |
userExists(java.lang.String userName)
Verifies if an user exists. |
| Method Detail |
|---|
boolean userExists(java.lang.String userName)
throws java.io.IOException
userName - The name of the user.
java.io.IOException
int createUser(java.lang.String user,
char[] password)
throws java.io.IOException
IReturnCodes.
user - The user namepassword - The user password
java.io.IOException
int deleteUser(java.lang.String user)
throws java.io.IOException
IReturnCodes.
user - The user name
java.io.IOException
int resetPassword(java.lang.String user,
char[] newPassword)
throws java.io.IOException
IReturnCodes.
user - The user name.newPassword - The new password.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||