|
||||||||||
| 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(String user,
String password)
The only way to construct the instances of this class. |
|
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password in clear text. |
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(String user,
String password)
user - the user name for the connectionpassword - the clear text password for the connection| Method Detail |
|---|
public String getUser()
public String getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||