| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.UserPasswordCredentialGenerator
UserPasswordCredential
Constructor Summary | |
---|---|
UserPasswordCredentialGenerator(java.lang.String, java.lang.String)
|
Method Summary | |
---|---|
public
Credential | getCredential()
|
public
String | getPassword()
|
public
String | getUser()
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserPasswordCredentialGenerator( | String user , | String pwd )
|
user
-
the user ID
pwd
-
the password
Method Detail |
public Credential getCredential( | ) |
getCredential()
public String getPassword( | ) |
public String getUser( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |