public class ESUserImpl extends ESOrgUnitImpl<ESUser> implements ESUser
ESUser.| Constructor and Description |
|---|
ESUserImpl(ACUser acUser)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the user.
|
String |
getPassword()
Returns the hashed password of the user.
|
equals, hashCode, toInternalAPIpublic ESUserImpl(ACUser acUser)
acUser - the internal representation of an userpublic String getName()
getName in interface ESUserESUser.getName()public String getPassword()
getPassword in interface ESUserESUser.getPassword()Copyright © 2017. All rights reserved.