org.eclipse.net4j.util.security
Class Credentials

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

public class Credentials
extends Object
implements ICredentials


Constructor Summary
Credentials(String userID)
           
 
Method Summary
 String getUserID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credentials

public Credentials(String userID)
Method Detail

getUserID

public String getUserID()
Specified by:
getUserID in interface IUserAware


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