|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.csiv2.CSIUser
public class CSIUser
This class is needed as a container for storing both name, a password and eventually an identity in a thread local variable.
Constructor Summary | |
---|---|
CSIUser(java.lang.String name,
char[] password)
Constructor. |
|
CSIUser(java.lang.String name,
java.lang.String password)
Constructor. |
Method Summary | |
---|---|
void |
addIdentity(java.lang.String id)
Add an identity to the user. |
java.lang.String |
getIdentity()
Return the identity of the user. |
java.lang.String |
getName()
Return the name of the user. |
char[] |
getPassword()
Return the password of the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSIUser(java.lang.String name, char[] password)
name
- The name of the user.password
- The password of the user.public CSIUser(java.lang.String name, java.lang.String password)
name
- The name of the user.password
- The password of the user.Method Detail |
---|
public void addIdentity(java.lang.String id)
id
- The name of the identity.public java.lang.String getName()
public char[] getPassword()
public java.lang.String getIdentity()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |