|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||