blob: b3a38d1032565cca2ee5b1a2534325419c3cde5d [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>SecuredItemImpl (Apache Jena - Security Permissions 5.0.0)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.jena.permissions.impl, class: SecuredItemImpl">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/SecuredItemImpl.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.jena.permissions.impl</a></div>
<h1 title="Class SecuredItemImpl" class="title">Class SecuredItemImpl</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">org.apache.jena.permissions.impl.SecuredItemImpl</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
</dl>
<dl class="notes">
<dt>Direct Known Subclasses:</dt>
<dd><code><a href="../graph/impl/SecuredGraphImpl.html" title="class in org.apache.jena.permissions.graph.impl">SecuredGraphImpl</a></code>, <code><a href="../model/impl/SecuredModelImpl.html" title="class in org.apache.jena.permissions.model.impl">SecuredModelImpl</a></code>, <code><a href="../graph/impl/SecuredPrefixMappingImpl.html" title="class in org.apache.jena.permissions.graph.impl">SecuredPrefixMappingImpl</a></code>, <code><a href="../model/impl/SecuredRDFNodeImpl.html" title="class in org.apache.jena.permissions.model.impl">SecuredRDFNodeImpl</a></code>, <code><a href="../model/impl/SecuredStatementImpl.html" title="class in org.apache.jena.permissions.model.impl">SecuredStatementImpl</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public abstract class </span><span class="element-name type-name-label">SecuredItemImpl</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements <a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></span></div>
<div class="block">An abstract implementation of SecuredItem that caches security checks.
<p>
Security checks are performed at multiple locations. This implementation
ensures that during a single operation the specific check is only evaluated
once by caching the result.
</p></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="inherited-list">
<h2 id="nested-classes-inherited-from-class-org.apache.jena.permissions.SecuredItem">Nested classes/interfaces inherited from interface&nbsp;org.apache.jena.permissions.<a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></h2>
<code><a href="../SecuredItem.Util.html" title="class in org.apache.jena.permissions">SecuredItem.Util</a></code></div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html" title="class or interface in java.lang" class="external-link">ThreadLocal</a>&lt;org.apache.commons.collections4.map.LRUMap&lt;<a href="https://jena.apache.org/documentation/javadoc/permissions/org/apache/jena/permissions/impl/SecuredItemImpl.CacheKey.html" title="class or interface in org.apache.jena.permissions.impl" class="external-link">org.apache.jena.permissions.impl.SecuredItemImpl.CacheKey</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>&gt;&gt;</code></div>
<div class="col-second even-row-color"><code><a href="#CACHE" class="member-name-link">CACHE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html" title="class or interface in java.lang" class="external-link">ThreadLocal</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;</code></div>
<div class="col-second odd-row-color"><code><a href="#COUNT" class="member-name-link">COUNT</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>static int</code></div>
<div class="col-second even-row-color"><code><a href="#MAX_CACHE" class="member-name-link">MAX_CACHE</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canCreate()" class="member-name-link">canCreate</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canCreate(org.apache.jena.graph.FrontsTriple)" class="member-name-link">canCreate</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;frontsTriple)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the fronted triple can be created.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canCreate(org.apache.jena.graph.Triple)" class="member-name-link">canCreate</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;triple)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the triple can be created.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canDelete()" class="member-name-link">canDelete</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canDelete(org.apache.jena.graph.FrontsTriple)" class="member-name-link">canDelete</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;frontsTriple)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the fronted triple can be deleted.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canDelete(org.apache.jena.graph.Triple)" class="member-name-link">canDelete</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;triple)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the triple can be deleted.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canRead()" class="member-name-link">canRead</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canRead(org.apache.jena.graph.FrontsTriple)" class="member-name-link">canRead</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;frontsTriple)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the fronted triple can be read.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canRead(org.apache.jena.graph.Triple)" class="member-name-link">canRead</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;triple)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the triple can be read.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canUpdate()" class="member-name-link">canUpdate</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canUpdate(org.apache.jena.graph.FrontsTriple,org.apache.jena.graph.FrontsTriple)" class="member-name-link">canUpdate</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;from,
<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;to)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the fronted triple can be updated.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#canUpdate(org.apache.jena.graph.Triple,org.apache.jena.graph.Triple)" class="member-name-link">canUpdate</a><wbr>(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;f,
<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;t)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if the triple can be updated.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#decrementUse()" class="member-name-link">decrementUse</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Decrement the number of instances of SecuredItem.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;o)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getBaseItem()" class="member-name-link">getBaseItem</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getModelIRI()" class="member-name-link">getModelIRI</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Node.html" title="class or interface in org.apache.jena.graph" class="external-link">Node</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getModelNode()" class="member-name-link">getModelNode</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">get the name of the model.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="../SecurityEvaluator.html" title="interface in org.apache.jena.permissions">SecurityEvaluator</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSecurityEvaluator()" class="member-name-link">getSecurityEvaluator</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">The SecurityEvaluator implementation that is being used to determine access.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" class="member-name-link">hashCode</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#incrementUse()" class="member-name-link">incrementUse</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Increment the number of instances of SecuredItem.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#isEquivalent(org.apache.jena.permissions.SecuredItem)" class="member-name-link">isEquivalent</a><wbr>(<a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a>&nbsp;securedItem)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return true if this secured item is equivalent to another secured item.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" class="member-name-link">toString</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Return a string representation of the resource.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="MAX_CACHE">
<h3>MAX_CACHE</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">MAX_CACHE</span></div>
</section>
</li>
<li>
<section class="detail" id="CACHE">
<h3>CACHE</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html" title="class or interface in java.lang" class="external-link">ThreadLocal</a>&lt;org.apache.commons.collections4.map.LRUMap&lt;<a href="https://jena.apache.org/documentation/javadoc/permissions/org/apache/jena/permissions/impl/SecuredItemImpl.CacheKey.html" title="class or interface in org.apache.jena.permissions.impl" class="external-link">org.apache.jena.permissions.impl.SecuredItemImpl.CacheKey</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a>&gt;&gt;</span>&nbsp;<span class="element-name">CACHE</span></div>
</section>
</li>
<li>
<section class="detail" id="COUNT">
<h3>COUNT</h3>
<div class="member-signature"><span class="modifiers">public static final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html" title="class or interface in java.lang" class="external-link">ThreadLocal</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;</span>&nbsp;<span class="element-name">COUNT</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="decrementUse()">
<h3>decrementUse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">decrementUse</span>()</div>
<div class="block">Decrement the number of instances of SecuredItem.</div>
</section>
</li>
<li>
<section class="detail" id="incrementUse()">
<h3>incrementUse</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">incrementUse</span>()</div>
<div class="block">Increment the number of instances of SecuredItem.</div>
</section>
</li>
<li>
<section class="detail" id="toString()">
<h3>toString</h3>
<div class="member-signature"><span class="modifiers">public final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">toString</span>()
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block">Return a string representation of the resource.
Returns the URI of the resource unless the resource is anonymous in which
case it returns the id of the resource enclosed in square brackets.
If the user can not read the graph the toString() returns the hashcode in hex</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--" title="class or interface in java.lang" class="external-link">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
<dt>Returns:</dt>
<dd>Return a string representation of the resource.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canCreate()">
<h3>canCreate</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canCreate</span>()
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canCreate()">canCreate</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>true if the securedModel allows items to be created.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canCreate(org.apache.jena.graph.Triple)">
<h3>canCreate</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canCreate</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;triple)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canCreate(org.apache.jena.graph.Triple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the triple can be created. If any s,p or o is SecNode.ANY then
this method must return false if there are any restrictions where the
remaining nodes and held constant and the ANY node is allowed to vary.
See canRead(Triple t)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canCreate(org.apache.jena.graph.Triple)">canCreate</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>triple</code> - The triple to check</dd>
<dt>Returns:</dt>
<dd>true if the triple can be created.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canCreate(org.apache.jena.graph.FrontsTriple)">
<h3>canCreate</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canCreate</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;frontsTriple)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canCreate(org.apache.jena.graph.FrontsTriple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the fronted triple can be created.
See canRead(Triple t)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canCreate(org.apache.jena.graph.FrontsTriple)">canCreate</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>frontsTriple</code> - The fronted triple to check</dd>
<dt>Returns:</dt>
<dd>true if the triple can be created.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canDelete()">
<h3>canDelete</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canDelete</span>()
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canDelete()">canDelete</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>true if the securedModel allows items to be deleted.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canDelete(org.apache.jena.graph.Triple)">
<h3>canDelete</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canDelete</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;triple)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canDelete(org.apache.jena.graph.Triple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the triple can be deleted. If any s,p or o is SecNode.ANY then
this method must return false if there are any restrictions where the
remaining nodes and held constant and the ANY node is allowed to vary.
See canRead(Triple t)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canDelete(org.apache.jena.graph.Triple)">canDelete</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>triple</code> - The triple to check</dd>
<dt>Returns:</dt>
<dd>true if the triple can be deleted.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canDelete(org.apache.jena.graph.FrontsTriple)">
<h3>canDelete</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canDelete</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;frontsTriple)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canDelete(org.apache.jena.graph.FrontsTriple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the fronted triple can be deleted.
See canRead(Triple t)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canDelete(org.apache.jena.graph.FrontsTriple)">canDelete</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>frontsTriple</code> - The fronted triple to check</dd>
<dt>Returns:</dt>
<dd>true if the triple can be deleted.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canRead()">
<h3>canRead</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canRead</span>()
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canRead()">canRead</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>true if the securedModel allows items to be read.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canRead(org.apache.jena.graph.Triple)">
<h3>canRead</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canRead</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;triple)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canRead(org.apache.jena.graph.Triple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the triple can be read. If any s,p or o is SecNode.ANY then
this method must return false if there are any restrictions where the
remaining nodes and held constant and the ANY node is allowed to vary.
(S, P, O) check if S,P,O can be read. (S, P, ANY) check if there are any
S,P,x restrictions. (S, ANY, P) check if there are any S,x,P restrictions.
(ANY, ANY, ANY) check if there are any restrictions on reading.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canRead(org.apache.jena.graph.Triple)">canRead</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>triple</code> - The triple to check</dd>
<dt>Returns:</dt>
<dd>true if the triple can be read.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canRead(org.apache.jena.graph.FrontsTriple)">
<h3>canRead</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canRead</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;frontsTriple)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canRead(org.apache.jena.graph.FrontsTriple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the fronted triple can be read.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canRead(org.apache.jena.graph.FrontsTriple)">canRead</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>frontsTriple</code> - The frontedtriple to check</dd>
<dt>Returns:</dt>
<dd>true if the triple can be read.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canUpdate()">
<h3>canUpdate</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canUpdate</span>()
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canUpdate()">canUpdate</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>true if the securedModel allows items to be updated.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canUpdate(org.apache.jena.graph.Triple,org.apache.jena.graph.Triple)">
<h3>canUpdate</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canUpdate</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;f,
<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Triple.html" title="class or interface in org.apache.jena.graph" class="external-link">Triple</a>&nbsp;t)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canUpdate(org.apache.jena.graph.Triple,org.apache.jena.graph.Triple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the triple can be updated. If any s,p or o is SecNode.ANY then
this method must return false if there are any restrictions where the
remaining nodes and held constant and the ANY node is allowed to vary.
See canRead(Triple t)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canUpdate(org.apache.jena.graph.Triple,org.apache.jena.graph.Triple)">canUpdate</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>f</code> - The triple that will be changed</dd>
<dd><code>t</code> - The resulting triple.</dd>
<dt>Returns:</dt>
<dd>true if the from triple can be updated as the to triple.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="canUpdate(org.apache.jena.graph.FrontsTriple,org.apache.jena.graph.FrontsTriple)">
<h3>canUpdate</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">canUpdate</span><wbr><span class="parameters">(<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;from,
<a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/FrontsTriple.html" title="class or interface in org.apache.jena.graph" class="external-link">FrontsTriple</a>&nbsp;to)</span>
throws <span class="exceptions"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#canUpdate(org.apache.jena.graph.FrontsTriple,org.apache.jena.graph.FrontsTriple)">SecuredItem</a></code></span></div>
<div class="block">Return true if the fronted triple can be updated.
See canUpdate(Triple from, Triple to)</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#canUpdate(org.apache.jena.graph.FrontsTriple,org.apache.jena.graph.FrontsTriple)">canUpdate</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>from</code> - The fronted triple that will be changed</dd>
<dd><code>to</code> - The resulting fronted triple.</dd>
<dt>Returns:</dt>
<dd>true if the from triple can be updated as the to triple.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/shared/AuthenticationRequiredException.html" title="class or interface in org.apache.jena.shared" class="external-link">AuthenticationRequiredException</a></code> - if user is not authenticated and is
required to be.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="equals(java.lang.Object)">
<h3>equals</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">equals</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;o)</span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#equals(java.lang.Object)">equals</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-" title="class or interface in java.lang" class="external-link">equals</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="hashCode()">
<h3>hashCode</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">hashCode</span>()</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getBaseItem()">
<h3>getBaseItem</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span>&nbsp;<span class="element-name">getBaseItem</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#getBaseItem()">getBaseItem</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>the base item that is being secured.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getModelIRI()">
<h3>getModelIRI</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getModelIRI</span>()</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#getModelIRI()">getModelIRI</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>The IRI of the securedModel that the item belongs to.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getModelNode()">
<h3>getModelNode</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://jena.apache.org/documentation/javadoc/jena/org.apache.jena.core/org/apache/jena/graph/Node.html" title="class or interface in org.apache.jena.graph" class="external-link">Node</a></span>&nbsp;<span class="element-name">getModelNode</span>()</div>
<div class="block">get the name of the model.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#getModelNode()">getModelNode</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>The node representation of the securedModel IRI.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSecurityEvaluator()">
<h3>getSecurityEvaluator</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="../SecurityEvaluator.html" title="interface in org.apache.jena.permissions">SecurityEvaluator</a></span>&nbsp;<span class="element-name">getSecurityEvaluator</span>()</div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#getSecurityEvaluator()">SecuredItem</a></code></span></div>
<div class="block">The SecurityEvaluator implementation that is being used to determine access.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#getSecurityEvaluator()">getSecurityEvaluator</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Returns:</dt>
<dd>The SecurityEvaluator implementation.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="isEquivalent(org.apache.jena.permissions.SecuredItem)">
<h3>isEquivalent</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">isEquivalent</span><wbr><span class="parameters">(<a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a>&nbsp;securedItem)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="../SecuredItem.html#isEquivalent(org.apache.jena.permissions.SecuredItem)">SecuredItem</a></code></span></div>
<div class="block">Return true if this secured item is equivalent to another secured item.
Generally implemented by calling SecuredItem.Util.isEquivalent</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="../SecuredItem.html#isEquivalent(org.apache.jena.permissions.SecuredItem)">isEquivalent</a></code>&nbsp;in interface&nbsp;<code><a href="../SecuredItem.html" title="interface in org.apache.jena.permissions">SecuredItem</a></code></dd>
<dt>Parameters:</dt>
<dd><code>securedItem</code> - the other secured item.</dd>
<dt>Returns:</dt>
<dd>True if they are equivalent, false otherwise.</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Licensed under the Apache License, Version 2.0</small></p>
</footer>
</div>
</div>
</body>
</html>