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
Imports:
os,
sys,
Ice,
time,
traceback,
exceptions,
subprocess,
getpass,
omero,
SessionsStore,
BaseControl,
CLI,
path
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:
...
|
|