|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jdmk.comm.AuthInfo
Defines the Authentication Information required by the adaptors for carrying out login/password authentication.
Constructor Summary | |
AuthInfo()
Creates an authentication info object with a null login/password. |
|
AuthInfo(java.lang.String login,
java.lang.String password)
Creates an authentication info object with a given login/password. |
Method Summary | |
java.lang.Object |
clone()
Clone this AuthInfo . |
java.lang.String |
getLogin()
Returns the value of the login property. |
java.lang.String |
getPassword()
Returns the value of the password property. |
void |
setLogin(java.lang.String login)
Sets the value of the login property. |
void |
setPassword(java.lang.String password)
Sets the value of the password property. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AuthInfo()
public AuthInfo(java.lang.String login, java.lang.String password)
Method Detail |
public java.lang.String getLogin()
public void setLogin(java.lang.String login)
login
- The value to which the login property will be set.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The value to which the password property will be set.public java.lang.Object clone()
AuthInfo
.
The cloning is done using Object.clone.Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |