org.eclipse.higgins.icard.common.auth
Class PasswordCredential

java.lang.Object
  extended by org.eclipse.higgins.icard.common.auth.PasswordCredential
All Implemented Interfaces:
org.eclipse.higgins.icard.auth.ICredential, org.eclipse.higgins.icard.auth.IPasswordCredential

public class PasswordCredential
extends Object
implements org.eclipse.higgins.icard.auth.IPasswordCredential


Constructor Summary
PasswordCredential()
           
PasswordCredential(String password)
           
 
Method Summary
 Callback[] getCallbacks()
           
 String getPassword()
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordCredential

public PasswordCredential()

PasswordCredential

public PasswordCredential(String password)
Method Detail

getCallbacks

public Callback[] getCallbacks()
Specified by:
getCallbacks in interface org.eclipse.higgins.icard.auth.ICredential

getPassword

public String getPassword()
Specified by:
getPassword in interface org.eclipse.higgins.icard.auth.IPasswordCredential

setPassword

public void setPassword(String password)
Specified by:
setPassword in interface org.eclipse.higgins.icard.auth.IPasswordCredential