blob: 60cc87364e13b9b53280e64dc9e3f95962481543 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ResourcePermission (Apache Geode 1.15.0)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ResourcePermission (Apache Geode 1.15.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":42,"i4":10,"i5":10,"i6":10,"i7":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/geode/security/PostProcessor.html" title="interface in org.apache.geode.security"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/security/ResourcePermission.html" target="_top">Frames</a></li>
<li><a href="ResourcePermission.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.geode.security</div>
<h2 title="Class ResourcePermission" class="title">Class ResourcePermission</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.shiro.authz.permission.WildcardPermission</li>
<li>
<ul class="inheritance">
<li>org.apache.geode.security.ResourcePermission</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, org.apache.shiro.authz.Permission</dd>
</dl>
<hr>
<br>
<pre><a href="../../../../org/apache/geode/annotations/Immutable.html" title="annotation in org.apache.geode.annotations">@Immutable</a>
public class <span class="typeNameLabel">ResourcePermission</span>
extends org.apache.shiro.authz.permission.WildcardPermission</pre>
<div class="block">ResourcePermission defines the resource, the operation, the region and the key involved in the
action to be authorized.
It is passed to the SecurityManager for the implementation to decide whether to grant a user this
permission or not.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../serialized-form.html#org.apache.geode.security.ResourcePermission">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.Target.html" title="enum in org.apache.geode.security">ResourcePermission.Target</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ALL">ALL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ALL_KEYS">ALL_KEYS</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">use All</span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ALL_REGIONS">ALL_REGIONS</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">use ALL</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#NULL">NULL</a></span></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.shiro.authz.permission.WildcardPermission">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.shiro.authz.permission.WildcardPermission</h3>
<code>DEFAULT_CASE_SENSITIVE, PART_DIVIDER_TOKEN, SUBPART_DIVIDER_TOKEN, WILDCARD_TOKEN</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission--">ResourcePermission</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-">ResourcePermission</a></span>(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-org.apache.geode.security.ResourcePermission.Target-">ResourcePermission</a></span>(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="../../../../org/apache/geode/security/ResourcePermission.Target.html" title="enum in org.apache.geode.security">ResourcePermission.Target</a>&nbsp;target)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-org.apache.geode.security.ResourcePermission.Target-java.lang.String-">ResourcePermission</a></span>(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="../../../../org/apache/geode/security/ResourcePermission.Target.html" title="enum in org.apache.geode.security">ResourcePermission.Target</a>&nbsp;target,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-java.lang.String-">ResourcePermission</a></span>(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-java.lang.String-java.lang.String-">ResourcePermission</a></span>(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-java.lang.String-java.lang.String-">ResourcePermission</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resource,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operation)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-java.lang.String-java.lang.String-java.lang.String-">ResourcePermission</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resource,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#ResourcePermission-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">ResourcePermission</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resource,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getKey--">getKey</a></span>()</code>
<div class="block">returns the key, could be "*" meaning all keys.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getOperation--">getOperation</a></span>()</code>
<div class="block">Returns the operation, could be either ALL, NULL, MANAGE, WRITE or READ</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getOperationString--">getOperationString</a></span>()</code>
<div class="block">Returns the operation, could be either "*", "NULL", "MANAGE", "WRITE" or "READ"</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getRegionName--">getRegionName</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">use getTarget()</span></div>
</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getResource--">getResource</a></span>()</code>
<div class="block">Returns the resource, could be either ALL, NULL, DATA or CLUSTER</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getResourceString--">getResourceString</a></span>()</code>
<div class="block">could be either "*", "NULL", "DATA", "CLUSTER"</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#getTarget--">getTarget</a></span>()</code>
<div class="block">returns the regionName, or cluster target, could be "*", meaning all regions or all targets</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/security/ResourcePermission.html#toString--">toString</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.shiro.authz.permission.WildcardPermission">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.shiro.authz.permission.WildcardPermission</h3>
<code>equals, getParts, hashCode, implies, setParts, setParts, setParts</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="ALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ALL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.security.ResourcePermission.ALL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NULL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NULL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> NULL</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.security.ResourcePermission.NULL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ALL_REGIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALL_REGIONS</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ALL_REGIONS</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use ALL</span></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.security.ResourcePermission.ALL_REGIONS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ALL_KEYS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ALL_KEYS</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ALL_KEYS</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use All</span></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.security.ResourcePermission.ALL_KEYS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ResourcePermission--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission()</pre>
</li>
</ul>
<a name="ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation)</pre>
</li>
</ul>
<a name="ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
</li>
</ul>
<a name="ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-org.apache.geode.security.ResourcePermission.Target-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="../../../../org/apache/geode/security/ResourcePermission.Target.html" title="enum in org.apache.geode.security">ResourcePermission.Target</a>&nbsp;target)</pre>
</li>
</ul>
<a name="ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-org.apache.geode.security.ResourcePermission.Target-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="../../../../org/apache/geode/security/ResourcePermission.Target.html" title="enum in org.apache.geode.security">ResourcePermission.Target</a>&nbsp;target,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
</li>
</ul>
<a name="ResourcePermission-org.apache.geode.security.ResourcePermission.Resource-org.apache.geode.security.ResourcePermission.Operation-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;resource,
<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
</li>
</ul>
<a name="ResourcePermission-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resource,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operation)</pre>
</li>
</ul>
<a name="ResourcePermission-java.lang.String-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resource,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target)</pre>
</li>
</ul>
<a name="ResourcePermission-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ResourcePermission</h4>
<pre>public&nbsp;ResourcePermission(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;resource,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operation,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;target,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getResource--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResource</h4>
<pre>public&nbsp;<a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security">ResourcePermission.Resource</a>&nbsp;getResource()</pre>
<div class="block">Returns the resource, could be either ALL, NULL, DATA or CLUSTER</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the resource as a <a href="../../../../org/apache/geode/security/ResourcePermission.Resource.html" title="enum in org.apache.geode.security"><code>ResourcePermission.Resource</code></a></dd>
</dl>
</li>
</ul>
<a name="getOperation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOperation</h4>
<pre>public&nbsp;<a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security">ResourcePermission.Operation</a>&nbsp;getOperation()</pre>
<div class="block">Returns the operation, could be either ALL, NULL, MANAGE, WRITE or READ</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the operation as an <a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security"><code>ResourcePermission.Operation</code></a></dd>
</dl>
</li>
</ul>
<a name="getResourceString--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceString</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getResourceString()</pre>
<div class="block">could be either "*", "NULL", "DATA", "CLUSTER"</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the resource as a String</dd>
</dl>
</li>
</ul>
<a name="getOperationString--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOperationString</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOperationString()</pre>
<div class="block">Returns the operation, could be either "*", "NULL", "MANAGE", "WRITE" or "READ"</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the operation as a String</dd>
</dl>
</li>
</ul>
<a name="getTarget--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getTarget()</pre>
<div class="block">returns the regionName, or cluster target, could be "*", meaning all regions or all targets</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the regionName, or cluster target</dd>
</dl>
</li>
</ul>
<a name="getRegionName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegionName</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRegionName()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use getTarget()</span></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the regionName, or cluster target</dd>
</dl>
</li>
</ul>
<a name="getKey--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKey</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getKey()</pre>
<div class="block">returns the key, could be "*" meaning all keys.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the key</dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>org.apache.shiro.authz.permission.WildcardPermission</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/geode/security/PostProcessor.html" title="interface in org.apache.geode.security"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/security/ResourcePermission.Operation.html" title="enum in org.apache.geode.security"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/security/ResourcePermission.html" target="_top">Frames</a></li>
<li><a href="ResourcePermission.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>