Class OperationCheck
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.checks.AbstractCheck
-
- edu.cornell.mannlib.vitro.webapp.auth.checks.OperationCheck
-
- All Implemented Interfaces:
Check
public class OperationCheck extends AbstractCheck
-
-
Constructor Summary
Constructors Constructor Description OperationCheck(String uri, AttributeValueSet values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(AuthorizationRequest ar)AttributegetAttributeType()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.checks.AbstractCheck
addValue, equals, getComputationalCost, getConfiguration, getType, getUri, getValues, hashCode, setConfiguration, setType, setUri
-
-
-
-
Constructor Detail
-
OperationCheck
public OperationCheck(String uri, AttributeValueSet values)
-
-
Method Detail
-
check
public boolean check(AuthorizationRequest ar)
-
getAttributeType
public Attribute getAttributeType()
-
-