org.eclipse.net4j.util.security
Class PasswordCredentials
java.lang.Object
org.eclipse.net4j.util.security.Credentials
org.eclipse.net4j.util.security.PasswordCredentials
- All Implemented Interfaces:
- ICredentials, IPasswordCredentials, IUserAware
- public class PasswordCredentials
- extends Credentials
- implements IPasswordCredentials
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordCredentials
public PasswordCredentials(String userID,
char[] password)
getPassword
public char[] getPassword()
- Specified by:
getPassword
in interface IPasswordCredentials
setPassword
public void setPassword(char[] password)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.