org.sakaiproject.tool.assessment.facade
Class AuthorizationFacade
java.lang.Object
org.sakaiproject.tool.assessment.facade.AuthorizationFacade
- All Implemented Interfaces:
- Serializable
public class AuthorizationFacade
- extends Object
- implements Serializable
An Authorization Facade
- Version:
- 1.0
- Author:
- Rachel Gollub
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationFacade
public AuthorizationFacade()
isAuthorized
public static boolean isAuthorized(String agentId,
String function,
String qualifier)
createAuthorization
public static boolean createAuthorization(String agentId,
String function,
String qualifier)
Copyright © 2005-2012 Sakai Project. All Rights Reserved.