org.eclipse.emf.emfstore.server.model
Interface ESUser

All Superinterfaces:
ESOrgUnit
All Known Implementing Classes:
ESUserImpl

public interface ESUser
extends ESOrgUnit

A single EMFStore user.

Since:
1.5
Author:
emueller

Method Summary
 String getName()
          Returns the name of the user.
 String getPassword()
          Returns the hashed password of the user.
 

Method Detail

getName

String getName()
Returns the name of the user.

Returns:
the name of the user

getPassword

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

Returns:
the hashed password of the user.


Copyright © 2016. All Rights Reserved.