Package omero :: Package plugins :: Module sessions
[hide private]
[frames] | no frames]

Module sessions

source code

Plugin for viewing and controlling active sessions for a local user.

Plugin read by omero.cli.Cli during initialization. The method(s) defined here will be added to the Cli class for later use.

Copyright 2008 Glencoe Software, Inc. All rights reserved. Use is subject to license terms supplied in LICENSE.txt

Classes [hide private]
  SessionsControl
Variables [hide private]
  HELP = """Control and create user sessi...
  LONGHELP = ...

Imports: os, sys, Ice, time, traceback, exceptions, subprocess, getpass, omero, SessionsStore, BaseControl, CLI, path


Variables Details [hide private]

HELP

Value:
"""Control and create user sessions

Sessions are stored locally on disk. Several can
be active simultaneously, but only one will be used
for a single invocation of bin/omero.

"""

LONGHELP

Value:
"""
    Uses the login parameters from %(prog)s to login.

    To list these options, use "%(prog)s -h"

    Sample session:
        $ bin/omero -s localhost sessions login
        Username:
...