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

Packages that use uk.ac.soton.itinnovation.grid.pbac2.pdp
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.pep   
uk.ac.soton.itinnovation.grid.pbac2.service   
uk.ac.soton.itinnovation.grid.service.account.webadmin   
uk.ac.soton.itinnovation.grid.service.dataresource.beans   
uk.ac.soton.itinnovation.grid.service.sla.bizfacade   
uk.ac.soton.itinnovation.grid.service.utils   
uk.ac.soton.itinnovation.grid.service.utils.gridservit   
 

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.
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.
PolicyRuleNotFoundException
          Thrown when trying to remove a rule that isn't set.
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.
 

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.
InvalidResourceIDException
          Thrown when the supplied resourceID is not valid, i.e.
InvalidStateException
          Thrown when an invalid state is used.
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.
PolicyRuleNotFoundException
          Thrown when trying to remove a rule that isn't set.
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.
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.pbac2.pep
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.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.account.webadmin
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
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
GroupUtils
          Helper classes for managing PBAC groups.
PBACUtils
          Useful utility methods for using PBAC.
PDP
          The PDP decides whether a given operation is allowed on a given resource.
 



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