public class TaskAuthorizerGroup extends Object
| Constructor and Description |
|---|
TaskAuthorizerGroup()
Constructs a TaskAuthorizerGroup.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName()
Get the group name.
|
TaskAuthorizer |
getTaskAuthorizer(String taskName)
Get a Task Authorizer for the given task name.
|
void |
setGroupName(String groupName)
Set the group name.
|
void |
setTaskAuthorizers(List<TaskAuthorizer> taskAuthorizers)
Sets the Task Authorizers.
|
public TaskAuthorizerGroup()
public void setGroupName(String groupName)
groupName - the new group namepublic String getGroupName()
public void setTaskAuthorizers(List<TaskAuthorizer> taskAuthorizers)
taskAuthorizers - the list of Task Authorizerspublic TaskAuthorizer getTaskAuthorizer(String taskName)
taskName - the name of the taskCopyright © 2013 The Kuali Foundation. All Rights Reserved.