Skip to content

Commit

Permalink
Sync javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
GHActionBot committed Feb 9, 2025
1 parent e6310de commit a0b0891
Show file tree
Hide file tree
Showing 19 changed files with 82 additions and 67 deletions.
2 changes: 1 addition & 1 deletion docs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>All Classes and Interfaces (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>All Packages (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/InputFileType.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>InputFileType (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/ProcessingMode.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>ProcessingMode (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
12 changes: 8 additions & 4 deletions docs/eu/righettod/SecurityUtils.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>SecurityUtils (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down Expand Up @@ -120,8 +120,10 @@ <h2>Method Summary</h2>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Perform a set of additional validations against a JWT token:

Do not use the <b>NONE</b> signature algorithm.
Have a <a href="https://www.iana.org/assignments/jwt/jwt.xhtml">EXP claim</a> defined.
The token identifier (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.
Match the expected type of token: ACCESS or ID or REFRESH.
The token ID (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.
</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
Expand Down Expand Up @@ -997,13 +999,15 @@ <h3>isXMLHaveCommentsOrXSLProcessingInstructions</h3>
<li>
<section class="detail" id="applyJWTExtraValidation(com.auth0.jwt.interfaces.DecodedJWT,eu.righettod.TokenType,java.util.List)">
<h3>applyJWTExtraValidation</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name"><a href="../../src-html/eu/righettod/SecurityUtils.html#line-1258">applyJWTExtraValidation</a></span><wbr><span class="parameters">(com.auth0.jwt.interfaces.DecodedJWT&nbsp;token,
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name"><a href="../../src-html/eu/righettod/SecurityUtils.html#line-1260">applyJWTExtraValidation</a></span><wbr><span class="parameters">(com.auth0.jwt.interfaces.DecodedJWT&nbsp;token,
<a href="TokenType.html" title="enum class in eu.righettod">TokenType</a>&nbsp;expectedTokenType,
<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;revokedTokenJTIList)</span></div>
<div class="block">Perform a set of additional validations against a JWT token:
<ul>
<li>Do not use the <b>NONE</b> signature algorithm.</li>
<li>Have a <a href="https://www.iana.org/assignments/jwt/jwt.xhtml">EXP claim</a> defined.</li>
<li>The token identifier (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.</li>
<li>Match the expected type of token: ACCESS or ID or REFRESH.</li>
<li>The token ID (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.</li>
</ul></div>
<dl class="notes">
<dt>Parameters:</dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/TokenType.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>TokenType (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/class-use/InputFileType.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Uses of Enum Class eu.righettod.InputFileType (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/class-use/ProcessingMode.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Uses of Enum Class eu.righettod.ProcessingMode (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/class-use/SecurityUtils.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Uses of Class eu.righettod.SecurityUtils (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
6 changes: 4 additions & 2 deletions docs/eu/righettod/class-use/TokenType.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Uses of Enum Class eu.righettod.TokenType (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down Expand Up @@ -84,8 +84,10 @@ <h2>Uses of <a href="../TokenType.html" title="enum class in eu.righettod">Token
<div class="col-last even-row-color">
<div class="block">Perform a set of additional validations against a JWT token:

Do not use the <b>NONE</b> signature algorithm.
Have a <a href="https://www.iana.org/assignments/jwt/jwt.xhtml">EXP claim</a> defined.
The token identifier (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.
Match the expected type of token: ACCESS or ID or REFRESH.
The token ID (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/package-summary.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>eu.righettod (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/package-tree.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>eu.righettod Class Hierarchy (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/eu/righettod/package-use.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Uses of Package eu.righettod (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>API Help (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
6 changes: 4 additions & 2 deletions docs/index-all.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Index (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down Expand Up @@ -61,8 +61,10 @@ <h2 class="title" id="I:A">A</h2>
<dd>
<div class="block">Perform a set of additional validations against a JWT token:

Do not use the <b>NONE</b> signature algorithm.
Have a <a href="https://www.iana.org/assignments/jwt/jwt.xhtml">EXP claim</a> defined.
The token identifier (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.
Match the expected type of token: ACCESS or ID or REFRESH.
The token ID (<a href="https://www.iana.org/assignments/jwt/jwt.xhtml">JTI claim</a>) is NOT part of the list of revoked token.
</div>
</dd>
<dt><a href="eu/righettod/SecurityUtils.html#applyURLDecoding(java.lang.String,int)" class="member-name-link">applyURLDecoding(String, int)</a> - Static method in class eu.righettod.<a href="eu/righettod/SecurityUtils.html" title="class in eu.righettod">SecurityUtils</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Javadoc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/overview-tree.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Class Hierarchy (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion docs/search.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) on Sun Feb 09 10:35:06 UTC 2025 -->
<!-- Generated by javadoc (21) on Sun Feb 09 16:44:27 UTC 2025 -->
<title>Search (Javadoc)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Loading

0 comments on commit a0b0891

Please sign in to comment.