Skip to content

Commit 23d2a3c

Browse files
author
Kyle Gonzalez
committed
Updated JavaDoc for version 4.23
1 parent 9645a68 commit 23d2a3c

699 files changed

Lines changed: 13097 additions & 3244 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

allclasses-index.html

Lines changed: 350 additions & 317 deletions
Large diffs are not rendered by default.

allclasses.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>All Classes (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>All Classes (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -24,6 +24,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
2424
<li><a href="com/authlete/common/api/AccessRight.html" title="enum in com.authlete.common.api">AccessRight</a></li>
2525
<li><a href="com/authlete/common/dto/AccessToken.html" title="class in com.authlete.common.dto">AccessToken</a></li>
2626
<li><a href="com/authlete/common/dto/Address.html" title="class in com.authlete.common.dto">Address</a></li>
27+
<li><a href="com/authlete/common/util/security/AESCipher.html" title="class in com.authlete.common.util.security">AESCipher</a></li>
2728
<li><a href="com/authlete/common/dto/ApiResponse.html" title="class in com.authlete.common.dto">ApiResponse</a></li>
2829
<li><a href="com/authlete/common/types/ApplicationType.html" title="enum in com.authlete.common.types">ApplicationType</a></li>
2930
<li><a href="com/authlete/common/dto/AssertionProcessor.html" title="class in com.authlete.common.dto">AssertionProcessor</a></li>
@@ -117,6 +118,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
117118
<li><a href="com/authlete/common/dto/ClientSecretUpdateRequest.html" title="class in com.authlete.common.dto">ClientSecretUpdateRequest</a></li>
118119
<li><a href="com/authlete/common/dto/ClientSecretUpdateResponse.html" title="class in com.authlete.common.dto">ClientSecretUpdateResponse</a></li>
119120
<li><a href="com/authlete/common/types/ClientType.html" title="enum in com.authlete.common.types">ClientType</a></li>
121+
<li><a href="com/authlete/common/util/security/CodecCipher.html" title="class in com.authlete.common.util.security">CodecCipher</a></li>
120122
<li><a href="com/authlete/common/types/CodeChallengeMethod.html" title="enum in com.authlete.common.types">CodeChallengeMethod</a></li>
121123
<li><a href="com/authlete/common/assurance/constraint/Constraint.html" title="interface in com.authlete.common.assurance.constraint"><span class="interfaceName">Constraint</span></a></li>
122124
<li><a href="com/authlete/common/assurance/constraint/ConstraintException.html" title="class in com.authlete.common.assurance.constraint">ConstraintException</a></li>
@@ -172,6 +174,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
172174
<li><a href="com/authlete/common/dto/DeviceVerificationRequest.html" title="class in com.authlete.common.dto">DeviceVerificationRequest</a></li>
173175
<li><a href="com/authlete/common/dto/DeviceVerificationResponse.html" title="class in com.authlete.common.dto">DeviceVerificationResponse</a></li>
174176
<li><a href="com/authlete/common/dto/DeviceVerificationResponse.Action.html" title="enum in com.authlete.common.dto">DeviceVerificationResponse.Action</a></li>
177+
<li><a href="com/authlete/common/util/digest/Digest.html" title="class in com.authlete.common.util.digest">Digest</a></li>
178+
<li><a href="com/authlete/common/util/digest/Digest.Feature.html" title="enum in com.authlete.common.util.digest">Digest.Feature</a></li>
175179
<li><a href="com/authlete/common/types/Display.html" title="enum in com.authlete.common.types">Display</a></li>
176180
<li><a href="com/authlete/common/assurance/Document.html" title="class in com.authlete.common.assurance">Document</a></li>
177181
<li><a href="com/authlete/common/assurance/constraint/DocumentConstraint.html" title="class in com.authlete.common.assurance.constraint">DocumentConstraint</a></li>
@@ -274,6 +278,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
274278
<li><a href="com/authlete/common/api/Settings.html" title="class in com.authlete.common.api">Settings</a></li>
275279
<li><a href="com/authlete/common/types/Sns.html" title="enum in com.authlete.common.types">Sns</a></li>
276280
<li><a href="com/authlete/common/dto/SnsCredentials.html" title="class in com.authlete.common.dto">SnsCredentials</a></li>
281+
<li><a href="com/authlete/common/util/security/StandardCipherTransformations.html" title="class in com.authlete.common.util.security">StandardCipherTransformations</a></li>
277282
<li><a href="com/authlete/common/types/StandardClaims.html" title="class in com.authlete.common.types">StandardClaims</a></li>
278283
<li><a href="com/authlete/common/dto/StandardIntrospectionRequest.html" title="class in com.authlete.common.dto">StandardIntrospectionRequest</a></li>
279284
<li><a href="com/authlete/common/dto/StandardIntrospectionResponse.html" title="class in com.authlete.common.dto">StandardIntrospectionResponse</a></li>

allpackages-index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>All Packages (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>All Packages (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="All Packages (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="All Packages (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {
@@ -161,6 +161,14 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
161161
</td>
162162
</tr>
163163
<tr class="altColor">
164+
<th class="colFirst" scope="row"><a href="com/authlete/common/util/digest/package-summary.html">com.authlete.common.util.digest</a></th>
165+
<td class="colLast">&nbsp;</td>
166+
</tr>
167+
<tr class="rowColor">
168+
<th class="colFirst" scope="row"><a href="com/authlete/common/util/security/package-summary.html">com.authlete.common.util.security</a></th>
169+
<td class="colLast">&nbsp;</td>
170+
</tr>
171+
<tr class="altColor">
164172
<th class="colFirst" scope="row"><a href="com/authlete/common/web/package-summary.html">com.authlete.common.web</a></th>
165173
<td class="colLast">
166174
<div class="block">Utility classes related to Web.</div>

com/authlete/common/annotationprocessor/JsonSetterAnnotationProcessor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

com/authlete/common/annotationprocessor/class-use/JsonSetterAnnotationProcessor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>Uses of Class com.authlete.common.annotationprocessor.JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>Uses of Class com.authlete.common.annotationprocessor.JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Uses of Class com.authlete.common.annotationprocessor.JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="Uses of Class com.authlete.common.annotationprocessor.JsonSetterAnnotationProcessor (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

com/authlete/common/annotationprocessor/package-summary.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

com/authlete/common/annotationprocessor/package-tree.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>com.authlete.common.annotationprocessor Class Hierarchy (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>com.authlete.common.annotationprocessor Class Hierarchy (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="com.authlete.common.annotationprocessor Class Hierarchy (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="com.authlete.common.annotationprocessor Class Hierarchy (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

com/authlete/common/annotationprocessor/package-use.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>Uses of Package com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>Uses of Package com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="Uses of Package com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="Uses of Package com.authlete.common.annotationprocessor (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

com/authlete/common/api/AccessRight.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>AccessRight (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>AccessRight (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="AccessRight (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="AccessRight (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

com/authlete/common/api/AuthleteApi.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.16) on Thu Aug 14 06:06:32 UTC 2025 -->
6-
<title>AuthleteApi (com.authlete:authlete-java-common 4.22 API)</title>
5+
<!-- Generated by javadoc (11.0.14.1) on Fri Oct 03 14:29:54 JST 2025 -->
6+
<title>AuthleteApi (com.authlete:authlete-java-common 4.23 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-08-14">
8+
<meta name="dc.created" content="2025-10-03">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>
@@ -21,7 +21,7 @@
2121
<script type="text/javascript"><!--
2222
try {
2323
if (location.href.indexOf('is-external=true') == -1) {
24-
parent.document.title="AuthleteApi (com.authlete:authlete-java-common 4.22 API)";
24+
parent.document.title="AuthleteApi (com.authlete:authlete-java-common 4.23 API)";
2525
}
2626
}
2727
catch(err) {

0 commit comments

Comments
 (0)