au.edu.swin.synergy.plugin.userdb.event
Class BAuthUserCE
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.BAuthUserCE
- public class BAuthUserCE
- extends BUserDBCE
- See Also:
- Serialized Form
Method Summary |
BNetCredentials |
getCredentials()
Please complete the missing tags for getCredentials |
int |
getStatus()
Please complete the missing tags for getStatus |
BUser |
getUser()
Please complete the missing tags for getUser |
void |
setStatus(int status)
Please complete the missing tags for setStatus |
void |
setUser(BUser fUser)
Please complete the missing tags for setUser |
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 |
kUnknown
public static int kUnknown
kSuccess
public static int kSuccess
kFail
public static int kFail
BAuthUserCE
public BAuthUserCE(Object source,
BNetCredentials fCredentials,
BCommandComplete complete)
- Please complete the missing tags for BAuthUserCE
- Parameters:
- - Throws:
- -
getStatus
public int getStatus()
- Please complete the missing tags for getStatus
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
setStatus
public void setStatus(int status)
- Please complete the missing tags for setStatus
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
getCredentials
public BNetCredentials getCredentials()
- Please complete the missing tags for getCredentials
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-
getUser
public BUser getUser()
- Please complete the missing tags for getUser
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
setUser
public void setUser(BUser fUser)
- Please complete the missing tags for setUser
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-