Skip to content

Commit

Permalink
Updated JavaDoc for version 3.99.
Browse files Browse the repository at this point in the history
  • Loading branch information
TakahikoKawasaki committed May 9, 2024
1 parent 0aaecc9 commit ce4d9cf
Show file tree
Hide file tree
Showing 655 changed files with 2,653 additions and 2,614 deletions.
6 changes: 3 additions & 3 deletions allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:31 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:19 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>All Classes (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:31 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:19 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>All Classes (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
46 changes: 36 additions & 10 deletions com/authlete/common/api/AccessRight.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AccessRight (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>AccessRight (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="AccessRight (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="AccessRight (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":9,"i6":9};
var methods = {"i0":10,"i1":10,"i2":9,"i3":10,"i4":10,"i5":10,"i6":9,"i7":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -254,38 +254,46 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/authlete/common/api/AccessRight.html#canDoAny-long-com.authlete.common.api.AccessRight-">canDoAny</a></span>(long&nbsp;serviceId,
<a href="../../../../com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a>&nbsp;compare)</code>
<div class="block">Return true if this access right has at least the amount of access of the
compared access right on any object in the list.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/authlete/common/api/AccessRight.html#fromJson-java.lang.String-">fromJson</a></span>(<a href="http://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>
<div class="block">Look up and fetch an access right value based on its
(lowercased) name from a JSON object.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/authlete/common/api/AccessRight.html#isClientSpecific--">isClientSpecific</a></span>()</code>
<div class="block">Return true if this access right requires a specific service and client to be applied.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/authlete/common/api/AccessRight.html#isServiceSpecific--">isServiceSpecific</a></span>()</code>
<div class="block">Return true if this access right requires a specific service to be applied.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="http://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="../../../../com/authlete/common/api/AccessRight.html#toJson--">toJson</a></span>()</code>
<div class="block">Return the name of this access right in lowercase form,
appropriate for use in JSON objects (such as RAR object values).</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/authlete/common/api/AccessRight.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/authlete/common/api/AccessRight.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
Expand Down Expand Up @@ -531,6 +539,24 @@ <h4>canDo</h4>
to function.</div>
</li>
</ul>
<a name="canDoAny-long-com.authlete.common.api.AccessRight-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canDoAny</h4>
<pre>public&nbsp;boolean&nbsp;canDoAny(long&nbsp;serviceId,
<a href="../../../../com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a>&nbsp;compare)</pre>
<div class="block">Return true if this access right has at least the amount of access of the
compared access right on any object in the list. If the access right is client
specific, the serviceId is a required parameter. If the access right is
service specific, this is true for all possible services regardless of value.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.99</dd>
</dl>
</li>
</ul>
<a name="fromJson-java.lang.String-">
<!-- -->
</a>
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/AuthleteApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AuthleteApi (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>AuthleteApi (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="AuthleteApi (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="AuthleteApi (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/AuthleteApiException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AuthleteApiException (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>AuthleteApiException (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="AuthleteApiException (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="AuthleteApiException (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/AuthleteApiFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AuthleteApiFactory (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>AuthleteApiFactory (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="AuthleteApiFactory (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="AuthleteApiFactory (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Settings (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>Settings (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="Settings (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="Settings (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
16 changes: 12 additions & 4 deletions com/authlete/common/api/class-use/AccessRight.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:30 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:18 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.authlete.common.api.AccessRight (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>Uses of Class com.authlete.common.api.AccessRight (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="Uses of Class com.authlete.common.api.AccessRight (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="Uses of Class com.authlete.common.api.AccessRight (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -143,6 +143,14 @@ <h3>Uses of <a href="../../../../../com/authlete/common/api/AccessRight.html" ti
compared access right.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">AccessRight.</span><code><span class="memberNameLink"><a href="../../../../../com/authlete/common/api/AccessRight.html#canDoAny-long-com.authlete.common.api.AccessRight-">canDoAny</a></span>(long&nbsp;serviceId,
<a href="../../../../../com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a>&nbsp;compare)</code>
<div class="block">Return true if this access right has at least the amount of access of the
compared access right on any object in the list.</div>
</td>
</tr>
</tbody>
</table>
</li>
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/class-use/AuthleteApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:30 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:18 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.authlete.common.api.AuthleteApi (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>Uses of Interface com.authlete.common.api.AuthleteApi (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="Uses of Interface com.authlete.common.api.AuthleteApi (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="Uses of Interface com.authlete.common.api.AuthleteApi (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/class-use/AuthleteApiException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:30 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:18 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.authlete.common.api.AuthleteApiException (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>Uses of Class com.authlete.common.api.AuthleteApiException (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="Uses of Class com.authlete.common.api.AuthleteApiException (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="Uses of Class com.authlete.common.api.AuthleteApiException (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/class-use/AuthleteApiFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:30 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:18 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.authlete.common.api.AuthleteApiFactory (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>Uses of Class com.authlete.common.api.AuthleteApiFactory (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="Uses of Class com.authlete.common.api.AuthleteApiFactory (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="Uses of Class com.authlete.common.api.AuthleteApiFactory (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/class-use/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:30 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:18 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.authlete.common.api.Settings (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>Uses of Class com.authlete.common.api.Settings (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="Uses of Class com.authlete.common.api.Settings (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="Uses of Class com.authlete.common.api.Settings (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions com/authlete/common/api/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.authlete.common.api (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>com.authlete.common.api (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions com/authlete/common/api/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_275) on Thu May 09 13:57:29 JST 2024 -->
<!-- Generated by javadoc (1.8.0_275) on Fri May 10 01:07:17 JST 2024 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.authlete.common.api (com.authlete:authlete-java-common 3.98 API)</title>
<meta name="date" content="2024-05-09">
<title>com.authlete.common.api (com.authlete:authlete-java-common 3.99 API)</title>
<meta name="date" content="2024-05-10">
<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="com.authlete.common.api (com.authlete:authlete-java-common 3.98 API)";
parent.document.title="com.authlete.common.api (com.authlete:authlete-java-common 3.99 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit ce4d9cf

Please sign in to comment.