Package | Description |
---|---|
ome.annotations |
Runtime source annotation package for the OMERO server
This includes classes that annotate source code and check metadata at runtime
for server API calls.
|
ome.api |
Contains the central verbs of the Omero System.
|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.security |
JBoss and OMERO security handling
This includes classes that provide security for the execution and usage of the OMERO server on
a JBoss platform.
|
ome.security.basic |
Basic OMERO security contextual classes
Basic classes that provide security context objects necessary to secure the implementation of
the OMERO server on a JBoss platform.
|
ome.security.sharing | |
ome.services |
Base services package for OMERO API services
This includes classes that implement OMERO API services described as interfaces in the
OMERO Common component.
|
ome.services.blitz.fire | |
ome.services.sessions | |
ome.services.util |
Helper classes to support OMERO service beans
Instead of abstract classes, IOC methods and dependency injection is used to provide service
interception for the Service (binary) bean classes.
|
ome.system |
Provides the necessary container structure for the entire Omero system.
|
ome.tools.hibernate |
Hibernate specific tools for the OMERO Server
Classes/Interfaces that implement Hibernate method mechanics for the OMERO server
Related Documentation
For more information, please see:
TODO
|
Modifier and Type | Class and Description |
---|---|
interface |
Hidden
annotation which specifies that a method parameter (e.g. a password) must be
hidden from logging output.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConfig
Access to server configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigImpl
implementation of the IConfig service interface.
|
class |
HardWiredInterceptor
Extension point for interceptors which should be compiled in from
third-party code.
|
class |
RenderingSettingsImpl
Implementation of the
IRenderingSettings I/F. |
class |
RepositoryInfoImpl
Class implementation of the IRepositoryInfo service interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ACLEventListener
responsible for intercepting all pre-INSERT, pre-UPDATE, pre-DELETE, and
post-LOAD events to apply access control.
|
interface |
ACLVoter
helper security interface for all decisions on access control
|
interface |
AdminAction
action for passing to
SecuritySystem.runAsAdmin(AdminAction) . |
interface |
SecuritySystem
central security interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicACLVoter |
class |
BasicSecuritySystem
simplest implementation of
SecuritySystem . |
class |
MergeEventListener
responsible for responding to merge events. in particular in load/re-loading
certain types to make use by clients easier.
|
class |
OmeroInterceptor
implements
Interceptor for controlling various aspects
of the Hibernate runtime. |
class |
UpdateEventListener
responsible for setting the
updat event on all
events shortly before being saved. |
Modifier and Type | Class and Description |
---|---|
class |
SharingSecuritySystem
central security interface.
|
Modifier and Type | Class and Description |
---|---|
class |
RenderingBean
Provides the
RenderingEngine service. |
Modifier and Type | Class and Description |
---|---|
class |
PermissionsVerifierI |
Modifier and Type | Class and Description |
---|---|
class |
SessionBean
Implementation of
ISession . |
Modifier and Type | Class and Description |
---|---|
class |
BeanHelper
Helper for all bean implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventContext
manages authenticated principals and other context for a given event.
|
class |
SimpleEventContext
simple, non-thread-safe, serializable
EventContext |
class |
Version
static utililty for checking Omero classes for revision number and date.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateUtils
contains methods for reloading
unloaded entities and
nulled collections as well as determining the index of certain properties in
a dehydrated Hiberante array. |
class |
ReloadingRefreshEventListener
responsible for responding to
RefreshEvent . in particular in
reloading the unloaded entities. |
class |
UpdateFilter
responsible for correlating entity identities during multiple calls to merge.
|
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.