Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.checks.Check
-
Packages that use Check Package Description edu.cornell.mannlib.vitro.webapp.auth.checks edu.cornell.mannlib.vitro.webapp.auth.rules -
-
Uses of Check in edu.cornell.mannlib.vitro.webapp.auth.checks
Classes in edu.cornell.mannlib.vitro.webapp.auth.checks that implement Check Modifier and Type Class Description classAbstractCheckclassAccessObjectTypeCheckclassAccessObjectUriCheckclassOperationCheckclassStatementObjectUriCheckclassStatementPredicateUriCheckclassStatementSubjectUriCheckclassSubjectRoleCheckclassSubjectTypeCheckMethods in edu.cornell.mannlib.vitro.webapp.auth.checks that return Check Modifier and Type Method Description static CheckCheckFactory. createCheck(org.apache.jena.query.QuerySolution qs, AttributeValueKey dataSetKey)Methods in edu.cornell.mannlib.vitro.webapp.auth.checks with parameters of type Check Modifier and Type Method Description static voidCheckFactory. extendAttribute(Check check, org.apache.jena.query.QuerySolution qs)static booleanSparqlSelectQueryResultsChecker. sparqlSelectQueryResultsContain(Check check, AuthorizationRequest ar, String[] inputValues) -
Uses of Check in edu.cornell.mannlib.vitro.webapp.auth.rules
Fields in edu.cornell.mannlib.vitro.webapp.auth.rules with type parameters of type Check Modifier and Type Field Description protected List<Check>FastFailAccessRule. checksprotected Map<String,Check>FastFailAccessRule. checksMapMethods in edu.cornell.mannlib.vitro.webapp.auth.rules that return Check Modifier and Type Method Description CheckAccessRule. getCheck(String uri)CheckFastFailAccessRule. getCheck(String uri)Methods in edu.cornell.mannlib.vitro.webapp.auth.rules that return types with arguments of type Check Modifier and Type Method Description List<Check>AccessRule. getChecks()List<Check>FastFailAccessRule. getChecks()Set<Check>AccessRule. getChecksByType(Attribute type)Set<Check>FastFailAccessRule. getChecksByType(Attribute type)Methods in edu.cornell.mannlib.vitro.webapp.auth.rules with parameters of type Check Modifier and Type Method Description voidAccessRule. addCheck(Check attr)voidFastFailAccessRule. addCheck(Check attr)
-