|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Usersession
A representation of the model object ' Usersession'.
ModelPackage.getUsersession()| Method Summary | |
|---|---|
ACUser |
getACUser()
Returns the value of the 'AC User' containment reference. |
org.eclipse.emf.common.util.EList<OrgUnitProperty> |
getChangedProperties()
Returns the value of the 'Changed Properties' containment reference list. |
String |
getPassword()
Returns the value of the 'Password' attribute. |
String |
getPersistentPassword()
Returns the value of the 'Persistent Password' attribute. |
ServerInfo |
getServerInfo()
Returns the value of the 'Server Info' reference. |
SessionId |
getSessionId()
Returns the value of the 'Session Id' reference. |
String |
getUsername()
Returns the value of the 'Username' attribute. |
boolean |
isLoggedIn()
Check if the user session is currently logged into a server. |
boolean |
isSavePassword()
Returns the value of the 'Save Password' attribute. |
void |
logIn()
Log in. |
void |
logout()
Sends a logout call to the server. |
void |
setACUser(ACUser value)
Sets the value of the ' AC User' containment reference. |
void |
setPassword(String value)
Sets the value of the ' Password' attribute. |
void |
setPersistentPassword(String value)
Sets the value of the ' Persistent Password' attribute. |
void |
setSavePassword(boolean value)
Sets the value of the ' Save Password' attribute. |
void |
setServerInfo(ServerInfo value)
Sets the value of the ' Server Info' reference. |
void |
setSessionId(SessionId value)
Sets the value of the ' Session Id' reference. |
void |
setUsername(String value)
Sets the value of the ' Username' attribute. |
| 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 |
|---|
String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String),
ModelPackage.getUsersession_Username()void setUsername(String value)
Username' attribute.
value - the new value of the 'Username' attribute.getUsername()String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String),
ModelPackage.getUsersession_Password()void setPassword(String value)
Password' attribute.
value - the new value of the 'Password' attribute.getPassword()SessionId getSessionId()
If the meaning of the 'Session Id' reference isn't clear, there really should be more of a description here...
setSessionId(SessionId),
ModelPackage.getUsersession_SessionId()void setSessionId(SessionId value)
Session Id' reference.
value - the new value of the 'Session Id' reference.getSessionId()String getPersistentPassword()
If the meaning of the 'Persistent Password' attribute isn't clear, there really should be more of a description here...
setPersistentPassword(String),
ModelPackage.getUsersession_PersistentPassword()void setPersistentPassword(String value)
Persistent Password' attribute.
value - the new value of the 'Persistent Password' attribute.getPersistentPassword()ServerInfo getServerInfo()
If the meaning of the 'Server Info' reference isn't clear, there really should be more of a description here...
setServerInfo(ServerInfo),
ModelPackage.getUsersession_ServerInfo()void setServerInfo(ServerInfo value)
Server Info' reference.
value - the new value of the 'Server Info' reference.getServerInfo()boolean isSavePassword()
If the meaning of the 'Save Password' attribute isn't clear, there really should be more of a description here...
setSavePassword(boolean),
ModelPackage.getUsersession_SavePassword()void setSavePassword(boolean value)
Save Password' attribute.
value - the new value of the 'Save Password' attribute.isSavePassword()ACUser getACUser()
If the meaning of the 'AC User' containment reference isn't clear, there really should be more of a description here...
setACUser(ACUser),
ModelPackage.getUsersession_ACUser()void setACUser(ACUser value)
AC User' containment reference.
value - the new value of the 'AC User' containment reference.getACUser()org.eclipse.emf.common.util.EList<OrgUnitProperty> getChangedProperties()
OrgUnitProperty.
If the meaning of the 'Changed Properties' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getUsersession_ChangedProperties()
void logIn()
throws AccessControlException,
ESException
AccessControlException - if login fails.
ESException - if anything else fails. boolean isLoggedIn()
void logout()
throws ESException
ESException - forwards any exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||