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)
public static <T> T runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine)
Copyright © 2015. All rights reserved.