Uses of Package
uk.ac.soton.itinnovation.grid.pbac2.pdp

Packages that use uk.ac.soton.itinnovation.grid.pbac2.pdp
uk.ac.soton.ecs.iam.grid.client.staterepos   
uk.ac.soton.ecs.iam.grid.comms.client   
uk.ac.soton.itinnovation.grid.client.membership   
uk.ac.soton.itinnovation.grid.comms.account   
uk.ac.soton.itinnovation.grid.pbac2.pdp   
uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic   
uk.ac.soton.itinnovation.grid.pbac2.pdp.locking   
uk.ac.soton.itinnovation.grid.pbac2.pdp.staticpolicy   
uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin   
uk.ac.soton.itinnovation.grid.pbac2.service   
uk.ac.soton.itinnovation.grid.service.dataresource.beans   
uk.ac.soton.itinnovation.grid.service.sla.bizfacade   
uk.ac.soton.itinnovation.grid.service.utils.gridservit   
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.ecs.iam.grid.client.staterepos
TokenInvalidException
          Thrown by PBACUtils.ensureValidationSuccessful(org.w3c.dom.Document) if the validation failed.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.ecs.iam.grid.comms.client
TokenInvalidException
          Thrown by PBACUtils.ensureValidationSuccessful(org.w3c.dom.Document) if the validation failed.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.client.membership
TokenInvalidException
          Thrown by PBACUtils.ensureValidationSuccessful(org.w3c.dom.Document) if the validation failed.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.comms.account
TokenInvalidException
          Thrown by PBACUtils.ensureValidationSuccessful(org.w3c.dom.Document) if the validation failed.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.pbac2.pdp
AcquireResourceLockTimeoutException
          Thrown when a caller cannot acquire the lock on their specified resource within the timeout limit.
ActionCurrentlyUnavailableException
          Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.
EventCurrentlyUnavailableException
          Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.
InvalidActionException
          Thrown when an invalid role is used.
InvalidEventException
          Thrown when an invalid event is used.
InvalidProcessRoleException
          Thrown when the user specifies an invalid process role, i.e.
InvalidResourceIDException
          Thrown when the supplied resourceID is not valid, i.e.
InvalidStateException
          Thrown when an invalid state is used.
MatchRuleNotFoundException
          Thrown when trying to remove a rule that isn't set.
NotAuthorisedException
          Thrown when the user is not authorised to execute an operation on a resource
ResourceException
          Generic abstract execption thrown involving a resource.
ResourceIDAlreadyExistsException
          Thrown when the user specifies a new resource ID in the newProcess method and that ID already exists.
ResourceNotLockedException
          Thrown when an unlocked operation is tried on a resource that is not locked.
ResourceTypeAlreadyDeployedException
          Thrown when the creating or locking a resource whose type is not currently deployed, or when trying to undeploy a type that is not deployed.
ResourceTypeNotDeployedException
          Thrown when the creating or locking a resource whose type is not currently deployed, or when trying to undeploy a type that is not deployed.
TokenInvalidException
          Thrown by PBACUtils.ensureValidationSuccessful(org.w3c.dom.Document) if the validation failed.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic
AcquireResourceLockTimeoutException
          Thrown when a caller cannot acquire the lock on their specified resource within the timeout limit.
ActionCurrentlyUnavailableException
          Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.
EventCurrentlyUnavailableException
          Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.
InvalidActionException
          Thrown when an invalid role is used.
InvalidEventException
          Thrown when an invalid event is used.
InvalidProcessRoleException
          Thrown when the user specifies an invalid process role, i.e.
InvalidResourceIDException
          Thrown when the supplied resourceID is not valid, i.e.
InvalidStateException
          Thrown when an invalid state is used.
MatchRuleNotFoundException
          Thrown when trying to remove a rule that isn't set.
NotAuthorisedException
          Thrown when the user is not authorised to execute an operation on a resource
PDP
          The PDP decides whether a given operation is allowed on a given resource.
ResourceIDAlreadyExistsException
          Thrown when the user specifies a new resource ID in the newProcess method and that ID already exists.
ResourceNotLockedException
          Thrown when an unlocked operation is tried on a resource that is not locked.
ResourceTypeAlreadyDeployedException
          Thrown when the creating or locking a resource whose type is not currently deployed, or when trying to undeploy a type that is not deployed.
ResourceTypeNotDeployedException
          Thrown when the creating or locking a resource whose type is not currently deployed, or when trying to undeploy a type that is not deployed.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.pbac2.pdp.locking
AcquireResourceLockTimeoutException
          Thrown when a caller cannot acquire the lock on their specified resource within the timeout limit.
ResourceNotLockedException
          Thrown when an unlocked operation is tried on a resource that is not locked.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.pbac2.pdp.staticpolicy
ActionCurrentlyUnavailableException
          Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.
EventCurrentlyUnavailableException
          Thrown when the user is permitted to execute the action on the resource, but not at the moment as the resource in in the wrong state.
InvalidActionException
          Thrown when an invalid role is used.
InvalidEventException
          Thrown when an invalid event is used.
InvalidProcessRoleException
          Thrown when the user specifies an invalid process role, i.e.
InvalidResourceTypeException
          Thrown when a service policy can't be instantiated.
InvalidStateException
          Thrown when an invalid state is used.
NotAuthorisedException
          Thrown when the user is not authorised to execute an operation on a resource
ServicePolicy
          A ServicePolicy is given the list of process roles which a user has, the action they want to perform, and the current state of the resource on which they wish it to act.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin
InvalidResourceIDException
          Thrown when the supplied resourceID is not valid, i.e.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.pbac2.service
PDP
          The PDP decides whether a given operation is allowed on a given resource.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.service.dataresource.beans
PDP
          The PDP decides whether a given operation is allowed on a given resource.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.service.sla.bizfacade
PDP
          The PDP decides whether a given operation is allowed on a given resource.
 

Classes in uk.ac.soton.itinnovation.grid.pbac2.pdp used by uk.ac.soton.itinnovation.grid.service.utils.gridservit
PDP
          The PDP decides whether a given operation is allowed on a given resource.
 



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