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.services.delete |
Implementations of the ome.api.IDelete service.
|
Modifier and Type | Method and Description |
---|---|
void |
SecuritySystem.runAsAdmin(AdminAction action)
Calls
SecuritySystem.runAsAdmin(ExperimenterGroup, AdminAction) with a
null group. |
void |
SecuritySystemHolder.runAsAdmin(AdminAction action) |
void |
SecuritySystem.runAsAdmin(ExperimenterGroup group,
AdminAction action)
Allows actions to be performed with the
EventContext.isCurrentUserAdmin() flag enabled but
without changing the value of
EventContext.getCurrentUserId() , so that ownerships are properly
handled. |
void |
SecuritySystemHolder.runAsAdmin(ExperimenterGroup group,
AdminAction action) |
Modifier and Type | Method and Description |
---|---|
void |
BasicSecuritySystem.runAsAdmin(AdminAction action)
Calls
BasicSecuritySystem.runAsAdmin(AdminAction) with a null-group id. |
void |
BasicSecuritySystem.runAsAdmin(ExperimenterGroup group,
AdminAction action)
merge event is disabled for
BasicSecuritySystem.runAsAdmin(AdminAction) because
passing detached (client-side) entities to this method is particularly
dangerous. |
Modifier and Type | Method and Description |
---|---|
void |
SharingSecuritySystem.runAsAdmin(AdminAction action) |
void |
SharingSecuritySystem.runAsAdmin(ExperimenterGroup group,
AdminAction action) |
Modifier and Type | Class and Description |
---|---|
class |
QueryConstraints
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.