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
IOException
javax.servlet.ServletException
public static <T> T runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2020. All rights reserved.