|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.wbem.client.PasswordCredential
public class PasswordCredential
This class implements a password based credential for a user login
authentication. It should be used in conjunction with the
UserPrincipal instance. It contains a user login password and
the host name of the system where the password was used to authenticate its
associated UserPrincipal.
| Field Summary | |
|---|---|
static int |
MAX_PASSWORD_SIZE
Maximum size of a password. |
| Constructor Summary | |
|---|---|
PasswordCredential(java.lang.String userPassword)
This constructor accepts the user login password. |
|
| Method Summary | |
|---|---|
char[] |
getUserPassword()
Return the user login password in clear text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_PASSWORD_SIZE
| Constructor Detail |
|---|
public PasswordCredential(java.lang.String userPassword)
userPassword - -
The user login password in clear text.| Method Detail |
|---|
public char[] getUserPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||