|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBasicAgentDescription
kaos.core.service.directory.DefaultKAoSUserDescription
public class DefaultKAoSUserDescription
Implements the operations to access information about a KAoS user. The information includes the user name, user password and role
| Constructor Summary | |
|---|---|
DefaultKAoSUserDescription()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPassword()
Obtain the password contained by this KAoSAgentDescription. |
java.util.List |
getRoleList()
Obtain List of roles for the username. |
java.lang.String |
getUserid()
Obtain the username contained by this KAoSAgentDescription. |
void |
setPassword(java.lang.String password)
Set the user's password. |
void |
setRoleList(java.util.List roleList)
Set the role list for the user. |
void |
setUserid(java.lang.String userid)
Set the user's name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultKAoSUserDescription()
| Method Detail |
|---|
public void setUserid(java.lang.String userid)
setUserid in interface KAoSUserDescriptionusername - The name of the user.public java.lang.String getUserid()
getUserid in interface KAoSUserDescriptionpublic void setPassword(java.lang.String password)
setPassword in interface KAoSUserDescriptionpassword - The password of the user.public java.lang.String getPassword()
getPassword in interface KAoSUserDescriptionpublic java.util.List getRoleList()
getRoleList in interface KAoSUserDescriptionpublic void setRoleList(java.util.List roleList)
setRoleList in interface KAoSUserDescriptionroleList - The list of roles.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||