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