uk.ac.soton.itinnovation.grid.pbac2.pep
Annotation Type AccessControl


@Documented
@Retention(value=RUNTIME)
public @interface AccessControl

Information for the PEP about how to protect this method.


Optional Element Summary
 boolean disableCheck
          The PEP will lock this resource, but will NOT perform any access control checks.
 

disableCheck

public abstract boolean disableCheck
The PEP will lock this resource, but will NOT perform any access control checks. This is typically used if the method does it's own checking (e.g. based on the value of an argument).

Default:
false


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