|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BasicAgentDescription 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 KAoSUserDescription
username
- The name of the user.public java.lang.String getUserid()
getUserid
in interface KAoSUserDescription
public void setPassword(java.lang.String password)
setPassword
in interface KAoSUserDescription
password
- The password of the user.public java.lang.String getPassword()
getPassword
in interface KAoSUserDescription
public java.util.List getRoleList()
getRoleList
in interface KAoSUserDescription
public void setRoleList(java.util.List roleList)
setRoleList
in interface KAoSUserDescription
roleList
- The list of roles.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |