org.eclipse.emf.emfstore.internal.server.model.impl.api
Class ESUserImpl

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl<E,ACOrgUnit<E>>
      extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.ESOrgUnitImpl<ESUser>
          extended by org.eclipse.emf.emfstore.internal.server.model.impl.api.ESUserImpl
All Implemented Interfaces:
InternalAPIDelegator<ESUser,ACOrgUnit<ESUser>>, ESOrgUnit, ESUser

public class ESUserImpl
extends ESOrgUnitImpl<ESUser>
implements ESUser

The API implementation class for an ESUser.

Author:
emueller

Constructor Summary
ESUserImpl(ACUser acUser)
          Constructor.
 
Method Summary
 String getName()
          Returns the name of the user.
 String getPassword()
          Returns the hashed password of the user.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl
equals, hashCode, toInternalAPI
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESUserImpl

public ESUserImpl(ACUser acUser)
Constructor.

Parameters:
acUser - the internal representation of an user
Method Detail

getName

public String getName()
Returns the name of the user.

Specified by:
getName in interface ESUser
Returns:
the name of the user
See Also:
ESUser.getName()

getPassword

public String getPassword()
Returns the hashed password of the user.

Specified by:
getPassword in interface ESUser
Returns:
the hashed password of the user.
See Also:
ESUser.getPassword()


Copyright © 2016. All Rights Reserved.