public class ESAuthenticationInformationImpl extends AbstractAPIImpl<ESAuthenticationInformation,AuthenticationInformation> implements ESAuthenticationInformation
ESAuthenticationInformation and AuthenticationInformation.| Constructor and Description |
|---|
ESAuthenticationInformationImpl(AuthenticationInformation authInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ESUser |
getUser()
Returns the authenticated user.
|
void |
setUser(ESUser user)
Sets the authenticated user.
|
equals, hashCode, toInternalAPIpublic ESAuthenticationInformationImpl(AuthenticationInformation authInfo)
authInfo - the internal representation of an authentication informationpublic ESUser getUser()
getUser in interface ESAuthenticationInformationESAuthenticationInformation.getUser()public void setUser(ESUser user)
setUser in interface ESAuthenticationInformationuser - the authenticated userESAuthenticationInformation.setUser(org.eclipse.emf.emfstore.server.model.ESUser)Copyright © 2017. All rights reserved.