• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Start Page
  • Index
  • History
  • Last Change

The licenses service is responsible for controlling how many concurrent users can access OMERO.server simultaneously.

A sample license store is provided in the tools/licenses component. It, however, is not (yet) intended for production use and defaults to Long.MAX_VALUE number of licenses.

For each registered user, a license token is created.

RMI Communication

Since there is not a single session for RMI communication, the license token must be sent with every method invocation.

Ice Communication

Since every Ice call belongs to a single session, that single session can be used to identify the license.

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/