Class AccessObjectUriCheck
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.checks.AbstractCheck
-
- edu.cornell.mannlib.vitro.webapp.auth.checks.AccessObjectUriCheck
-
- All Implemented Interfaces:
Check
public class AccessObjectUriCheck extends AbstractCheck
-
-
Constructor Summary
Constructors Constructor Description AccessObjectUriCheck(String uri, AttributeValueSet set)
-
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
-
AccessObjectUriCheck
public AccessObjectUriCheck(String uri, AttributeValueSet set)
-
-
Method Detail
-
check
public boolean check(AuthorizationRequest ar)
-
getAttributeType
public Attribute getAttributeType()
-
-