Uses of Interface
ome.security.SecureAction

Packages that use SecureAction
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   
 

Uses of SecureAction in ome.security
 

Methods in ome.security with parameters of type SecureAction
<T extends ome.model.IObject>
T
SecuritySystem.doAction(SecureAction action, T... objs)
           
<T extends ome.model.IObject>
T
SecuritySystemHolder.doAction(SecureAction action, T... objs)
           
 

Uses of SecureAction in ome.security.basic
 

Methods in ome.security.basic with parameters of type SecureAction
<T extends ome.model.IObject>
T
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 for privileges.
 

Uses of SecureAction in ome.security.sharing
 

Methods in ome.security.sharing with parameters of type SecureAction
<T extends ome.model.IObject>
T
SharingSecuritySystem.doAction(SecureAction action, T... objs)
           
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.