Uses of Class
uk.ac.soton.itinnovation.grid.pbac2.pdp.InvalidResourceIDException

Packages that use InvalidResourceIDException
uk.ac.soton.itinnovation.grid.pbac2.pdp   
uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic   
uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin   
 

Uses of InvalidResourceIDException in uk.ac.soton.itinnovation.grid.pbac2.pdp
 

Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp that throw InvalidResourceIDException
 void PDP.addPolicyRule(String resourceID, PolicyRule rule)
          Add a new rule for a resource.
 void PDP.check(String resourceID, SubjectDescription subjectDesc, String action)
          Checks if the request is granted.
 String[] PDP.getAvailableSignals(String resourceID)
          List the signals available given the current state of the resource.
 boolean PDP.getHasRole(String resourceID, SubjectDescription subjectDesc, String role)
          Check whether the given subject has the named role in 'resourceID'.
 PolicyRule[] PDP.getPolicyRules(String resourceID, String processRole)
          Get the list of rules for membership of the given role.
 String[] PDP.getProcessRolesForSubject(String resourceID, SubjectDescription subjectDesc)
          Get the list of roles of which this subject is a member.
 String PDP.getProcessState(String resourceID)
          Return the current process state of a resource.
 String PDP.getResourceStatusMessage(String resourceID)
          Used for the admin interface only.
 String PDP.getResourceType(String resourceID)
          Get the type of a resource.
 String PDP.lockAndCheck(String resourceID, SubjectDescription subjectDesc, String action)
          Locks the resource and checks if the request is granted.
 String PDP.lockForAdmin(String resourceID, String action)
          Like lockAndCheck, but without the check.
 void PDP.removePolicyRule(String resourceID, PolicyRule rule)
          Remove a rule from a resource.
 String PDP.signal(String resourceID, String event)
          Signal an event on the resource.
 String PDP.unlock(String resourceID)
          Unlocks a resource.
 

Uses of InvalidResourceIDException in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic
 

Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic that throw InvalidResourceIDException
 void PDPImpl.addPolicyRule(String resourceID, PolicyRule rule)
           
 void PDPImpl.check(String resourceID, SubjectDescription subjectDesc, String action)
           
 String[] PDPImpl.getAvailableSignals(String resourceID)
           
 boolean PDPImpl.getHasRole(String resourceID, SubjectDescription subjectDesc, String role)
           
 PolicyRule[] PDPImpl.getPolicyRules(String resourceID, String processRole)
           
 String[] PDPImpl.getProcessRolesForSubject(String resourceID, SubjectDescription subjectDesc)
           
 String PDPImpl.getProcessState(String resourceID)
           
 String PDPImpl.getResourceStatusMessage(String resourceID)
           
 String PDPImpl.getResourceType(String resourceID)
           
 String PDPImpl.lockAndCheck(String resourceID, SubjectDescription subjectSpec, String action)
           
 String PDPImpl.lockForAdmin(String resourceID, String action)
           
 void PDPImpl.removePolicyRule(String resourceID, PolicyRule rule)
           
 String PDPImpl.signal(String resourceID, String event)
           
 String PDPImpl.unlock(String resourceID)
           
 

Uses of InvalidResourceIDException in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin
 

Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin that throw InvalidResourceIDException
 String PolicyModel.getResourceStatusMessage(String resource)
           
 

Constructors in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin that throw InvalidResourceIDException
ACLadmin(PDP pdp, HttpServletRequest request)
          Convenience constructor with other arguments set to null.
ACLadmin(PDP pdp, HttpServletRequest request, HttpServletResponse response)
           
ACLadmin(PDP pdp, HttpServletRequest request, String resourceID)
          Convenience constructor with other arguments set to null.
ACLadmin(PDP pdp, HttpServletRequest request, String resourceID, HttpServletResponse response)
           
ACLadmin(PDP pdp, HttpServletRequest request, String resourceID, String fragment, HttpServletResponse response)
          Create a new ACLadmin from the parameters in this request.
 



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.