| Package | Description | 
|---|---|
| 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.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 | Method and Description | 
|---|---|
| <T extends ome.model.IObject>  | SecuritySystem. doAction(SecureAction action,
        T... objs) | 
| <T extends ome.model.IObject>  | SecuritySystemHolder. doAction(SecureAction action,
        T... objs) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends ome.model.IObject>  | BasicSecuritySystem. doAction(SecureAction action,
        T... objs)It would be better to catch the
  SecureAction#updateObject(IObject)method in a try/finally block,
 but since flush can be so poorly controlled that's not possible. instead,
 we use the one time token which is removed this Object is checked forprivileges. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends ome.model.IObject>  | SharingSecuritySystem. doAction(SecureAction action,
        T... objs) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SecureMergeHelper originally from  SimpleRoleProviderfor merging admin objects. | 
                
                
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.