public interface WebAuthorizationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(String userId,
Class actionClass,
String methodName,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
Can the user execute the requested task.
|
boolean isAuthorized(String userId, Class actionClass, String methodName, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request)
username - the unique username of the useractionClass - the name of the Struts Action classmethodName - the name of the Struts Action Method to be invoked (corresponds to the task)form - the formrequest - the HTTP requestCopyright © 2013 The Kuali Foundation. All Rights Reserved.