org.eclipse.emf.emfstore.internal.server.model
Interface AuthenticationInformation

All Superinterfaces:
APIDelegate<ESAuthenticationInformation>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AuthenticationInformationImpl

public interface AuthenticationInformation
extends org.eclipse.emf.ecore.EObject, APIDelegate<ESAuthenticationInformation>

A representation of the model object ' Authentication Information'.

See Also:
ModelPackage.getAuthenticationInformation()

Method Summary
 ACUser getResolvedACUser()
          Returns the value of the 'Resolved AC User' containment reference.
 SessionId getSessionId()
          Returns the value of the 'Session Id' containment reference.
 void setResolvedACUser(ACUser value)
          Sets the value of the ' Resolved AC User' containment reference.
 void setSessionId(SessionId value)
          Sets the value of the ' Session Id ' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getSessionId

SessionId getSessionId()
Returns the value of the 'Session Id' containment reference.

If the meaning of the 'Session Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Session Id' containment reference.
See Also:
setSessionId(SessionId), ModelPackage.getAuthenticationInformation_SessionId()

setSessionId

void setSessionId(SessionId value)
Sets the value of the ' Session Id ' containment reference.

Parameters:
value - the new value of the 'Session Id' containment reference.
See Also:
getSessionId()

getResolvedACUser

ACUser getResolvedACUser()
Returns the value of the 'Resolved AC User' containment reference.

If the meaning of the 'Resolved AC User' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resolved AC User' containment reference.
See Also:
setResolvedACUser(ACUser), ModelPackage.getAuthenticationInformation_ResolvedACUser()

setResolvedACUser

void setResolvedACUser(ACUser value)
Sets the value of the ' Resolved AC User' containment reference.

Parameters:
value - the new value of the 'Resolved AC User' containment reference.
See Also:
getResolvedACUser()


Copyright © 2016. All Rights Reserved.