public interface TaskAuthorizer
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskName()
Get the name of the task.
|
boolean |
isAuthorized(String userId,
Task task)
Is the user authorized to execute the given task?
|
String getTaskName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.