Class SecurityActions
- java.lang.Object
-
- org.camunda.bpm.webapp.impl.security.SecurityActions
-
public class SecurityActions extends Object
- Author:
- Daniel Meyer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SecurityActions.SecurityAction<T>
-
Constructor Summary
Constructors Constructor Description SecurityActions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
runWithAuthentications(SecurityActions.SecurityAction<T> action, Authentications authentications)
static <T> T
runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine)
-
-
-
Method Detail
-
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
-
-