public class SecurityActions extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | SecurityActions.SecurityAction<T> | 
| Constructor and Description | 
|---|
| SecurityActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | runWithAuthentications(SecurityActions.SecurityAction<T> action,
                      Authentications authentications) | 
| static <T> T | runWithoutAuthentication(SecurityActions.SecurityAction<T> action,
                        ProcessEngine processEngine) | 
public static <T> T runWithAuthentications(SecurityActions.SecurityAction<T> action, Authentications authentications) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic static <T> T runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2018. All rights reserved.