|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.admin.util.AuthenticationInfo
public final class AuthenticationInfo
A class that holds the user and password for the connection to the server. Used by the HttpConnectorAddress class. Instances of this class are immutable.
| Constructor Summary | |
|---|---|
AuthenticationInfo(java.lang.String user,
java.lang.String password)
The only way to construct the instances of this class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPassword()
Returns the password in clear text. |
java.lang.String |
getUser()
Returns the user name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationInfo(java.lang.String user,
java.lang.String password)
user - the user name for the connectionpassword - the clear text password for the connection| Method Detail |
|---|
public java.lang.String getUser()
public java.lang.String getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||