org.eclipse.net4j.util.security
Class PasswordCredentials

java.lang.Object
  extended by org.eclipse.net4j.util.security.Credentials
      extended by org.eclipse.net4j.util.security.PasswordCredentials
All Implemented Interfaces:
ICredentials, IPasswordCredentials, IUserAware

public class PasswordCredentials
extends Credentials
implements IPasswordCredentials


Constructor Summary
PasswordCredentials(String userID, char[] password)
           
 
Method Summary
 char[] getPassword()
           
 void setPassword(char[] password)
           
 
Methods inherited from class org.eclipse.net4j.util.security.Credentials
getUserID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
 

Constructor Detail

PasswordCredentials

public PasswordCredentials(String userID,
                           char[] password)
Method Detail

getPassword

public char[] getPassword()
Specified by:
getPassword in interface IPasswordCredentials

setPassword

public void setPassword(char[] password)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.