au.edu.swin.synergy.plugin.userdb.event
Class BAddUserCE
java.lang.Object
|
+--java.util.EventObject
|
+--au.edu.swin.synergy.kernel.BCommandEvent
|
+--au.edu.swin.synergy.plugin.userdb.event.BUserDBCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BAdminCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BUpdatePrivilegedCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BOwnerCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BUpdateUserCE
|
+--au.edu.swin.synergy.plugin.userdb.event.BAddUserCE
- public class BAddUserCE
- extends BUpdateUserCE
This is the event which is passed around
when the user manager gets the event, it will create a
vector containing the users
it then calls the completion object which can do what it
wants with the data.
the completeion object is run in the thread of the event.
- See Also:
- Serialized Form
Field Summary |
static int |
kNonUniqueUserName
The user name entered is not a unique user name in the database |
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent |
decrementThreadCount,
doComplete,
doInit,
getAutoComplete,
getCompletionObject,
getCompletionStatus,
getConnectionID,
getIndex,
getNetworkStatus,
getPipe,
getUndoable,
setAutoComplete,
setCompletionObject,
setCompletionStatus,
setConnectionID,
setIndex,
setNetworkStatus,
setPipe,
setThreadCount,
setUndoable |
kNonUniqueUserName
public static final int kNonUniqueUserName
- The user name entered is not a unique user name in the database
BAddUserCE
public BAddUserCE(Object source,
BUser fUser,
String initialPassword,
BCommandComplete complete)
- Creates a new BAddUserCE object with the updated user.
- Parameters:
source
- The source of the eventfUser
- The updated usercomplete
- The complete object to call when done
Please complete the missing tags for BAddUserCE
getInitialPassword
public String getInitialPassword()
- Gets the password to be used as the new users
initial password. This password will be unecrypted.
- Returns:
- The unencrypted initial password for the new user