omero::api::ISession
Overview
[ "ami", "amd" ]
interface ISession extends ServiceInterface
See ISession.html
Operation Index
- createSession
-
- createUserSession
-
HasPassword: Requires the session to have been created with a password
as opposed to with a session uuid (via joinSession).
- createSessionWithTimeout
-
- createSessionWithTimeouts
-
- getSession
-
- getReferenceCount
-
- closeSession
-
- getMyOpenSessions
-
- getMyOpenAgentSessions
-
- getMyOpenClientSessions
-
- getInput
-
- getOutput
-
- setInput
-
- setOutput
-
- getInputKeys
-
- getOutputKeys
-
- getInputs
-
- getOutputs
-
Operations
model::Session createUserSession(long timeToLiveMilliseconds, long timeToIdleMilliseconds, string defaultGroup) throws ServerError, ::Glacier2::CannotCreateSessionException
HasPassword: Requires the session to have been created with a password
as opposed to with a session uuid (via joinSession). If that's not the
case, a SecurityViolation will be thrown, in which case
ServiceFactory.setSecurityPassword can be used.