|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KAoSUserDescription
Define the operations to access information about a KAoS user. The information includes the user name, user password and role
| 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. |
| Method Detail |
|---|
void setUserid(java.lang.String userid)
username - The name of the user.java.lang.String getUserid()
void setPassword(java.lang.String password)
password - The password of the user.java.lang.String getPassword()
java.util.List getRoleList()
void setRoleList(java.util.List roleList)
roleList - The list of roles.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||