public class UserInfo extends PrincipalInfo
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
setPassword(java.lang.String password)
Set the password for this user.
|
java.lang.String |
toString()
Generate a string representation of this UserInfo.
|
getDescription, getName, isExternal, setDescription
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.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
Copyright © Cloud Software Group, Inc. All rights reserved