Class SecurityActions
java.lang.Object
org.camunda.bpm.webapp.impl.security.SecurityActions
- Author:
 - Daniel Meyer
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TrunWithAuthentications(SecurityActions.SecurityAction<T> action, Authentications authentications) static <T> TrunWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine)  
- 
Constructor Details
- 
SecurityActions
public SecurityActions() 
 - 
 - 
Method Details
- 
runWithAuthentications
public static <T> T runWithAuthentications(SecurityActions.SecurityAction<T> action, Authentications authentications) throws IOException, javax.servlet.ServletException - Throws:
 IOExceptionjavax.servlet.ServletException
 - 
runWithoutAuthentication
public static <T> T runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine) throws IOException, javax.servlet.ServletException - Throws:
 IOExceptionjavax.servlet.ServletException
 
 -