uk.ac.soton.ecs.grimoires.server.security
Class AccessController
java.lang.Object
uk.ac.soton.ecs.grimoires.server.security.AccessController
- public class AccessController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static AccessController getInstance()
checkRequestValidity
public void checkRequestValidity(String entityName,
String requestedOperation)
throws Exception
- Checks the requested operation and X509DN for validity against the
constructed permission list. Will throw an appropriate Axis fault if the
requested operation does not correlate with the permission list.
- Throws:
Exception