|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface PEPServiceResource
The PBAC resource type of a service. When a client invokes a service without specifying a context, the PEP checks against the 'service' resource for that service. This annotation specifies the name for this resource. If missing, non-contextualised operations are not permitted.
PEP| Required Element Summary | |
|---|---|
String |
resourceType
The PBAC resource type of the service. |
String |
singletonResource
The resource ID of the singleton resource representing the service. |
| Element Detail |
|---|
public abstract String singletonResource
public abstract String resourceType
PBACUtils.ensureServiceResource(java.lang.Object, uk.ac.soton.itinnovation.grid.types.PolicyRule...)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||