|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.PrincipalInfo
com.tibco.tibjms.admin.UserInfo
This class represents a user on the Tibjms server. A user can be a principal in access control.
Constructor Summary | |
UserInfo(java.lang.String userName)
Public constructor to create a UserInfo with no description. |
|
UserInfo(java.lang.String userName,
java.lang.String description)
Public constructor to create a UserInfo. |
Method Summary | |
void |
setPassword(java.lang.String password)
Set the password for this user. |
java.lang.String |
toString()
Generate a string representation of this UserInfo. |
Methods inherited from class com.tibco.tibjms.admin.PrincipalInfo |
getDescription, getName, isExternal, setDescription |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UserInfo(java.lang.String userName, java.lang.String description)
userName
- The name of the new user.description
- The description for the new user.public UserInfo(java.lang.String userName)
userName
- The name of the new user.Method Detail |
public void setPassword(java.lang.String password) throws TibjmsAdminException
password
- The new password for this user.
TibjmsAdminException
- if the user is external.public java.lang.String toString()
toString
in class PrincipalInfo
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |