|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--au.edu.swin.synergy.plugin.userdb.BPrivileged | +--au.edu.swin.synergy.plugin.userdb.BUser
A BUser provides the details of a particular user including their name, their location (ip address etc.) and other details associated with each user.
Fields inherited from class au.edu.swin.synergy.plugin.userdb.BPrivileged |
kAdministrator,
kUser |
Constructor Summary | |
BUser()
This is simply the default constructor. |
|
BUser(Long uniqueID,
String userName)
Creates a user object with the given user name and the ip address of the client machine |
|
BUser(String userName)
Creates a user object with the given user name and the ip address of the client machine Please complete the missing tags for BUser |
Method Summary | |
String |
getAlias()
Gets the alias of this user |
String |
getEmailAddress()
Gets the users email address |
String |
getFullName()
Gets the full name of the user |
Vector |
getGroups()
|
String |
getPassword()
Gets this users password |
boolean |
isInGroup(int group)
|
void |
setAlias(String alias)
Sets this users alias to the value specified |
void |
setEmailAddress(String newEmailAddress)
Sets the users email address |
void |
setFullName(String newFullName)
Sets the users full name to that specified |
void |
setGroups(Vector fGroups)
|
void |
setPassword(String fPassword)
Enables the setting to password. |
Methods inherited from class au.edu.swin.synergy.plugin.userdb.BPrivileged |
addMember,
equals,
getComments,
getMembers,
getName,
getPrivilege,
getUniqueID,
isNew,
removeAllMembers,
removeMember,
setComments,
setMembers,
setName,
setPrivilege,
setUniqueID,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public BUser()
- public BUser(String userName) throws BInvalidPropertyException
- public BUser(Long uniqueID, String userName) throws BInvalidPropertyException
Method Detail |
public String getPassword()
Gets
- the unecrypted passwordpublic void setPassword(String fPassword)
password
- The unencrypted password of the userpublic String getFullName()
public void setFullName(String newFullName)
newFullName
- The new full name of the userpublic String getEmailAddress()
public void setEmailAddress(String newEmailAddress)
newEmailAddress
- Their new email addresspublic String getAlias()
- public void setAlias(String alias)
alias
- The new alias for this user
Please complete the missing tags for setAliaspublic Vector getGroups()
public void setGroups(Vector fGroups)
public boolean isInGroup(int group)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |