Modifier and Type | Field and Description |
---|---|
private int |
key |
private java.lang.String |
name |
private static long |
serialVersionUID |
Constructor and Description |
---|
DefaultUserRec(java.lang.String usrname,
int usrkey) |
Modifier and Type | Method and Description |
---|---|
int |
getAppKey()
Gets the application key for a user.
|
java.lang.String |
getLocalUserName()
Gets the user name of the user in WebLogic Server
|
java.lang.String |
getRemoteUserName()
Gets the remote name of the user in Tuxedo.
|
java.lang.String |
toString() |
private static final long serialVersionUID
private int key
private java.lang.String name
public DefaultUserRec(java.lang.String usrname, int usrkey)
usrname
- The remote system user name.usrkey
- The remote system user application key.public int getAppKey()
UserRec
public java.lang.String getRemoteUserName()
UserRec
getRemoteUserName
in interface UserRec
public java.lang.String getLocalUserName()
UserRec
getLocalUserName
in interface UserRec
public java.lang.String toString()
toString
in class java.lang.Object