org.eclipse.higgins.icard.auth
Interface IPasswordCredential

All Superinterfaces:
ICredential
All Known Subinterfaces:
ITSUsernamePasswordCredential, IUsernamePasswordCredential

public interface IPasswordCredential
extends ICredential


Method Summary
 String getPassword()
           
 void setPassword(String password)
           
 
Methods inherited from interface org.eclipse.higgins.icard.auth.ICredential
getCallbacks
 

Method Detail

getPassword

String getPassword()

setPassword

void setPassword(String password)