Package | Description |
---|---|
org.nrg.xdat.security | |
org.nrg.xdat.turbine.modules.actions | |
org.nrg.xft.event | |
org.nrg.xft.event.persist | |
org.nrg.xft.utils |
Modifier and Type | Method and Description |
---|---|
static void |
XDATUser.ModifyUser(XDATUser authenticatedUser,
ItemI found,
EventDetails ci) |
Modifier and Type | Method and Description |
---|---|
static EventDetails |
SecureAction.newEventInstance(org.apache.turbine.util.RunData data,
EventUtils.CATEGORY cat) |
static EventDetails |
SecureAction.newEventInstance(org.apache.turbine.util.RunData data,
EventUtils.CATEGORY cat,
String action) |
Modifier and Type | Method and Description |
---|---|
static EventDetails |
EventUtils.newEventInstance(EventUtils.CATEGORY category,
EventUtils.TYPE type,
String action) |
static EventDetails |
EventUtils.newEventInstance(EventUtils.CATEGORY category,
EventUtils.TYPE type,
String action,
String reason,
String comment) |
Modifier and Type | Method and Description |
---|---|
static PersistentWorkflowI |
PersistentWorkflowUtils.buildAdminWorkflow(XDATUser user,
String xsiType,
String id,
EventDetails event) |
static PersistentWorkflowI |
PersistentWorkflowUtils.buildOpenWorkflow(XDATUser user,
String xsiType,
String ID,
String project_id,
EventDetails event) |
static PersistentWorkflowI |
PersistentWorkflowUtils.buildOpenWorkflow(XDATUser user,
XFTItem expt,
EventDetails event) |
static PersistentWorkflowI |
PersistentWorkflowUtils.getOrCreateWorkflowData(Integer eventId,
XDATUser user,
String xsiType,
String id,
String project,
EventDetails event) |
static PersistentWorkflowI |
PersistentWorkflowUtils.getOrCreateWorkflowData(Integer eventId,
XDATUser user,
XFTItem expt,
EventDetails event) |
Modifier and Type | Method and Description |
---|---|
static void |
SaveItemHelper.authorizedDelete(XFTItem i,
UserI user,
EventDetails c)
Delete resource without additional security precautions.
|
static void |
SaveItemHelper.authorizedSave(ItemI i,
UserI user,
boolean overrideSecurity,
boolean quarantine,
boolean overrideQuarantine,
boolean allowItemRemoval,
EventDetails c)
Save resource without additional security precautions.
|
static boolean |
SaveItemHelper.authorizedSave(ItemI i,
UserI user,
boolean overrideSecurity,
boolean allowItemRemoval,
EventDetails c) |
static void |
SaveItemHelper.unauthorizedDelete(XFTItem i,
UserI user,
EventDetails c)
Delete resource with additional security precautions.
|
static void |
SaveItemHelper.unauthorizedSave(ItemI i,
UserI user,
boolean overrideSecurity,
boolean quarantine,
boolean overrideQuarantine,
boolean allowItemRemoval,
EventDetails c)
Save resource with additional security precautions.
|
static boolean |
SaveItemHelper.unauthorizedSave(ItemI i,
UserI user,
boolean overrideSecurity,
boolean allowItemRemoval,
EventDetails c)
Save resource with additional security precautions.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.