Uses of Interface
org.camunda.bpm.webapp.impl.security.SecurityActions.SecurityAction
-
Packages that use SecurityActions.SecurityAction Package Description org.camunda.bpm.webapp.impl.security -
-
Uses of SecurityActions.SecurityAction in org.camunda.bpm.webapp.impl.security
Methods in org.camunda.bpm.webapp.impl.security with parameters of type SecurityActions.SecurityAction Modifier and Type Method Description static <T> T
SecurityActions. runWithAuthentications(SecurityActions.SecurityAction<T> action, Authentications authentications)
static <T> T
SecurityActions. runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine)
-