IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.security.plugins.builtins
UserPasswordCredentialGenerator

java.lang.Object
  |
  +--com.ibm.websphere.objectgrid.security.plugins.builtins.UserPasswordCredentialGenerator
All Implemented Interfaces
CredentialGenerator


A built-in implementation for the CredentialGenerator. This credential generator will be return a UserPasswordCredential
See Also:
    UserPasswordCredential



Constructor Summary
UserPasswordCredentialGenerator(java.lang.String, java.lang.String)
          


Method Summary
public  CredentialgetCredential()
          
public  StringgetPassword()
          
public  StringgetUser()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UserPasswordCredentialGenerator

public UserPasswordCredentialGenerator( String user,String pwd)
Constructor with user ID and password
Parameters:
user - the user ID
pwd - the password


Method Detail

getCredential

public Credential getCredential()
Return a UserPasswordCredential
See Also:
    getCredential()


getPassword

public String getPassword()


Returns:
     Returns the password.


getUser

public String getUser()


Returns:
     Returns the user ID.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1