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

All Known Implementing Classes:
ESAuthenticationInformationImpl

public interface ESAuthenticationInformation

Contains authentication information for an authenticated EMFStore user.

Since:
1.5
Author:
emueller

Method Summary
 ESUser getUser()
          Returns the authenticated user.
 void setUser(ESUser user)
          Sets the authenticated user.
 

Method Detail

getUser

ESUser getUser()
Returns the authenticated user.

Returns:
the authenticated user

setUser

void setUser(ESUser user)
Sets the authenticated user.

Parameters:
user - the authenticated user


Copyright © 2016. All Rights Reserved.