public class TaskAuthorizationServiceImpl extends Object implements TaskAuthorizationService
| Constructor and Description |
|---|
TaskAuthorizationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getTaskAuthorizerGroupNames() |
List<TaskAuthorizerGroup> |
getTaskAuthorizerGroups() |
boolean |
isAuthorized(String userId,
Task task)
Delegate the authorization work to a Task Authorizer who is
responsible for the given task.
|
void |
setTaskAuthorizerGroupNames(Set<String> taskAuthorizerGroupNames) |
void |
setTaskAuthorizerGroups(List<TaskAuthorizerGroup> taskAuthorizerGroups) |
@Transactional public boolean isAuthorized(String userId, Task task)
isAuthorized in interface TaskAuthorizationServiceuserId - the user's unique usernametask - the task to performTaskAuthorizationService.isAuthorized(java.lang.String, org.kuali.kra.authorization.Task)public List<TaskAuthorizerGroup> getTaskAuthorizerGroups()
public void setTaskAuthorizerGroups(List<TaskAuthorizerGroup> taskAuthorizerGroups)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.