You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openig/apidocs/org/forgerock/http/filter/throttling/class-use/ThrottlingRate.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -117,16 +117,16 @@ <h3>Uses of <a href="../../../../../../org/forgerock/http/filter/throttling/Thro
117
117
</tr>
118
118
<trclass="rowColor">
119
119
<tdclass="colFirst"><code>org.forgerock.util.promise.Promise<<ahref="../../../../../../org/forgerock/http/filter/throttling/ThrottlingRate.html" title="class in org.forgerock.http.filter.throttling">ThrottlingRate</a>,<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>></code></td>
<tdclass="colFirst"><code>org.forgerock.util.promise.Promise<<ahref="../../../../../../org/forgerock/http/filter/throttling/ThrottlingRate.html" title="class in org.forgerock.http.filter.throttling">ThrottlingRate</a>,<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>></code></td>
<divclass="block">Returns the <ahref="../../../../../../org/forgerock/http/filter/throttling/ThrottlingRate.html" title="class in org.forgerock.http.filter.throttling"><code>ThrottlingRate</code></a> that should be used for the provided request.</div>
123
128
</td>
124
129
</tr>
125
-
<trclass="altColor">
126
-
<tdclass="colFirst"><code>org.forgerock.util.promise.Promise<<ahref="../../../../../../org/forgerock/http/filter/throttling/ThrottlingRate.html" title="class in org.forgerock.http.filter.throttling">ThrottlingRate</a>,<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>></code></td>
<tdclass="colFirst"><code>org.forgerock.util.promise.Promise<<ahref="../../../../../../org/forgerock/http/filter/throttling/ThrottlingRate.html" title="class in org.forgerock.http.filter.throttling">ThrottlingRate</a>,<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a>></code></td>
<divclass="block">Returns the environment delegatee.</div>
173
-
</td>
170
+
<tdclass="colFirst"><code>protected <ahref="../../../../../org/forgerock/openig/config/Environment.html" title="interface in org.forgerock.openig.config">Environment</a></code></td>
<tdclass="colFirst"><code>protected <ahref="../../../../../org/forgerock/openig/config/Environment.html" title="interface in org.forgerock.openig.config">Environment</a></code></td>
<tdclass="colFirst"><code>protected <ahref="../../../../../org/forgerock/openig/config/Environment.html" title="interface in org.forgerock.openig.config">Environment</a></code></td>
Copy file name to clipboardExpand all lines: openig/apidocs/org/forgerock/openig/el/class-use/Bindings.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -272,17 +272,17 @@ <h3>Uses of <a href="../../../../../org/forgerock/openig/el/Bindings.html" title
272
272
<tbody>
273
273
<trclass="altColor">
274
274
<tdclass="colFirst"><code><ahref="../../../../../org/forgerock/openig/el/Bindings.html" title="class in org.forgerock.openig.el">Bindings</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../../org/forgerock/openig/el/Bindings.html" title="class in org.forgerock.openig.el">Bindings</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../../org/forgerock/openig/el/Bindings.html" title="class in org.forgerock.openig.el">Bindings</a></code></td>
Copy file name to clipboardExpand all lines: openig/apidocs/org/forgerock/openig/el/class-use/ExpressionException.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -139,17 +139,17 @@ <h3>Uses of <a href="../../../../../org/forgerock/openig/el/ExpressionException.
139
139
</td>
140
140
</tr>
141
141
<trclass="altColor">
142
-
<tdclass="colFirst"><code>static <T> <ahref="../../../../../org/forgerock/openig/el/LeftValueExpression.html" title="class in org.forgerock.openig.el">LeftValueExpression</a><T></code></td>
143
-
<tdclass="colLast"><spanclass="typeNameLabel">LeftValueExpression.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/el/LeftValueExpression.html#valueOf-java.lang.String-java.lang.Class-">valueOf</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expression,
142
+
<tdclass="colFirst"><code>static <T> <ahref="../../../../../org/forgerock/openig/el/Expression.html" title="class in org.forgerock.openig.el">Expression</a><T></code></td>
143
+
<tdclass="colLast"><spanclass="typeNameLabel">Expression.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/el/Expression.html#valueOf-java.lang.String-java.lang.Class-">valueOf</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expression,
144
144
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> expectedType)</code>
145
-
<divclass="block">Factory method to create a LeftValueExpression.</div>
145
+
<divclass="block">Factory method to create an Expression.</div>
146
146
</td>
147
147
</tr>
148
148
<trclass="rowColor">
149
-
<tdclass="colFirst"><code>static <T> <ahref="../../../../../org/forgerock/openig/el/Expression.html" title="class in org.forgerock.openig.el">Expression</a><T></code></td>
150
-
<tdclass="colLast"><spanclass="typeNameLabel">Expression.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/el/Expression.html#valueOf-java.lang.String-java.lang.Class-">valueOf</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expression,
149
+
<tdclass="colFirst"><code>static <T> <ahref="../../../../../org/forgerock/openig/el/LeftValueExpression.html" title="class in org.forgerock.openig.el">LeftValueExpression</a><T></code></td>
150
+
<tdclass="colLast"><spanclass="typeNameLabel">LeftValueExpression.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/el/LeftValueExpression.html#valueOf-java.lang.String-java.lang.Class-">valueOf</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expression,
151
151
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> expectedType)</code>
152
-
<divclass="block">Factory method to create an Expression.</div>
152
+
<divclass="block">Factory method to create a LeftValueExpression.</div>
Copy file name to clipboardExpand all lines: openig/apidocs/org/forgerock/openig/handler/resources/class-use/Resource.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -106,14 +106,14 @@ <h3>Uses of <a href="../../../../../../org/forgerock/openig/handler/resources/Re
106
106
<tbody>
107
107
<trclass="altColor">
108
108
<tdclass="colFirst"><code><ahref="../../../../../../org/forgerock/openig/handler/resources/Resource.html" title="interface in org.forgerock.openig.handler.resources">Resource</a></code></td>
109
-
<tdclass="colLast"><spanclass="typeNameLabel">FileResourceSet.</span><code><spanclass="memberNameLink"><ahref="../../../../../../org/forgerock/openig/handler/resources/FileResourceSet.html#find-java.lang.String-">find</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path)</code> </td>
110
-
</tr>
111
-
<trclass="rowColor">
112
-
<tdclass="colFirst"><code><ahref="../../../../../../org/forgerock/openig/handler/resources/Resource.html" title="interface in org.forgerock.openig.handler.resources">Resource</a></code></td>
113
109
<tdclass="colLast"><spanclass="typeNameLabel">ResourceSet.</span><code><spanclass="memberNameLink"><ahref="../../../../../../org/forgerock/openig/handler/resources/ResourceSet.html#find-java.lang.String-">find</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path)</code>
114
110
<divclass="block">Finds a <ahref="../../../../../../org/forgerock/openig/handler/resources/Resource.html" title="interface in org.forgerock.openig.handler.resources"><code>Resource</code></a> matching the given <code>path</code>.</div>
115
111
</td>
116
112
</tr>
113
+
<trclass="rowColor">
114
+
<tdclass="colFirst"><code><ahref="../../../../../../org/forgerock/openig/handler/resources/Resource.html" title="interface in org.forgerock.openig.handler.resources">Resource</a></code></td>
115
+
<tdclass="colLast"><spanclass="typeNameLabel">FileResourceSet.</span><code><spanclass="memberNameLink"><ahref="../../../../../../org/forgerock/openig/handler/resources/FileResourceSet.html#find-java.lang.String-">find</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> path)</code> </td>
Copy file name to clipboardExpand all lines: openig/apidocs/org/forgerock/openig/heap/class-use/Heap.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -332,18 +332,18 @@ <h3>Uses of <a href="../../../../../org/forgerock/openig/heap/Heap.html" title="
332
332
<tbody>
333
333
<trclass="altColor">
334
334
<tdclass="colFirst"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
335
-
<tdclass="colLast"><spanclass="typeNameLabel">GenericHeaplet.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/heap/GenericHeaplet.html#create-org.forgerock.openig.heap.Name-org.forgerock.json.JsonValue-org.forgerock.openig.heap.Heap-">create</a></span>(<ahref="../../../../../org/forgerock/openig/heap/Name.html" title="class in org.forgerock.openig.heap">Name</a> name,
336
-
org.forgerock.json.JsonValue config,
337
-
<ahref="../../../../../org/forgerock/openig/heap/Heap.html" title="interface in org.forgerock.openig.heap">Heap</a> heap)</code> </td>
338
-
</tr>
339
-
<trclass="rowColor">
340
-
<tdclass="colFirst"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
341
335
<tdclass="colLast"><spanclass="typeNameLabel">Heaplet.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/heap/Heaplet.html#create-org.forgerock.openig.heap.Name-org.forgerock.json.JsonValue-org.forgerock.openig.heap.Heap-">create</a></span>(<ahref="../../../../../org/forgerock/openig/heap/Name.html" title="class in org.forgerock.openig.heap">Name</a> name,
342
336
org.forgerock.json.JsonValue config,
343
337
<ahref="../../../../../org/forgerock/openig/heap/Heap.html" title="interface in org.forgerock.openig.heap">Heap</a> heap)</code>
344
338
<divclass="block">Called to request the heaplet to create an object.</div>
345
339
</td>
346
340
</tr>
341
+
<trclass="rowColor">
342
+
<tdclass="colFirst"><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
343
+
<tdclass="colLast"><spanclass="typeNameLabel">GenericHeaplet.</span><code><spanclass="memberNameLink"><ahref="../../../../../org/forgerock/openig/heap/GenericHeaplet.html#create-org.forgerock.openig.heap.Name-org.forgerock.json.JsonValue-org.forgerock.openig.heap.Heap-">create</a></span>(<ahref="../../../../../org/forgerock/openig/heap/Name.html" title="class in org.forgerock.openig.heap">Name</a> name,
344
+
org.forgerock.json.JsonValue config,
345
+
<ahref="../../../../../org/forgerock/openig/heap/Heap.html" title="interface in org.forgerock.openig.heap">Heap</a> heap)</code> </td>
0 commit comments