Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jjg-123 committed Nov 26, 2024
1 parent e347673 commit 3c6d4ff
Show file tree
Hide file tree
Showing 823 changed files with 4,421 additions and 3,082 deletions.
955 changes: 853 additions & 102 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client-installer/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Tue Nov 19 11:39:08 CST 2024
buildNumber\\d*=584
#Tue Nov 26 11:47:45 CST 2024
buildNumber\\d*=624
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.oa4mp.delegation.common.storage.transactions;

import edu.uiuc.ncsa.security.core.Identifiable;
import edu.uiuc.ncsa.security.core.Identifier;
import edu.uiuc.ncsa.security.core.XMLConverter;
import edu.uiuc.ncsa.security.core.cache.CachedMapFacade;
Expand All @@ -9,11 +8,11 @@
import edu.uiuc.ncsa.security.core.exceptions.NotImplementedException;
import edu.uiuc.ncsa.security.core.exceptions.UnregisteredObjectException;
import edu.uiuc.ncsa.security.core.util.AbstractEnvironment;
import edu.uiuc.ncsa.security.storage.data.MapConverter;
import org.oa4mp.delegation.common.storage.TransactionStore;
import org.oa4mp.delegation.common.token.AccessToken;
import org.oa4mp.delegation.common.token.AuthorizationGrant;
import org.oa4mp.delegation.common.token.Verifier;
import edu.uiuc.ncsa.security.storage.data.MapConverter;

import java.net.URI;
import java.util.*;
Expand Down Expand Up @@ -525,7 +524,12 @@ public MapConverter getMapConverter() {
}

@Override
public boolean remove(List<Identifiable> objects) {
public boolean remove(List<V> objects) {
throw new NotImplementedException(" This is not yet implemented for cache");
}

@Override
public boolean removeByID(List<Identifier> objects) {
throw new NotImplementedException(" This is not yet implemented for cache");
}

Expand Down
94 changes: 47 additions & 47 deletions docs/apidocs/allclasses-index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/apidocs/allclasses.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 (11.0.24) on Mon Oct 28 22:52:00 CDT 2024 -->
<!-- Generated by javadoc (11.0.25) on Tue Nov 26 11:47:46 CST 2024 -->
<title>All Classes (OA4MP Parent Project 6.x-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-28">
<meta name="dc.created" content="2024-11-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -15,7 +15,7 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
Expand Down Expand Up @@ -222,7 +222,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/oa4mp/delegation/server/jwt/PayloadHandler.html" title="interface in org.oa4mp.delegation.server.jwt"><span class="interfaceName">PayloadHandler</span></a></li>
<li><a href="org/oa4mp/delegation/server/jwt/PayloadHandlerConfig.html" title="interface in org.oa4mp.delegation.server.jwt"><span class="interfaceName">PayloadHandlerConfig</span></a></li>
<li><a href="org/oa4mp/delegation/common/token/ProtectedAsset.html" title="interface in org.oa4mp.delegation.common.token"><span class="interfaceName">ProtectedAsset</span></a></li>
<li><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/QDLCLICommands.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">QDLCLICommands</a></li>
<li><a href="org/oa4mp/delegation/common/token/RefreshToken.html" title="interface in org.oa4mp.delegation.common.token"><span class="interfaceName">RefreshToken</span></a></li>
<li><a href="org/oa4mp/delegation/server/jwt/RefreshTokenHandlerInterface.html" title="interface in org.oa4mp.delegation.server.jwt"><span class="interfaceName">RefreshTokenHandlerInterface</span></a></li>
<li><a href="org/oa4mp/delegation/common/token/impl/RefreshTokenImpl.html" title="class in org.oa4mp.delegation.common.token.impl">RefreshTokenImpl</a></li>
Expand Down Expand Up @@ -260,6 +259,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/oa4mp/delegation/client/server/RTServer.html" title="interface in org.oa4mp.delegation.client.server"><span class="interfaceName">RTServer</span></a></li>
<li><a href="org/oa4mp/delegation/server/client/RTServer2.html" title="class in org.oa4mp.delegation.server.client">RTServer2</a></li>
<li><a href="org/oa4mp/delegation/server/storage/uuc/RuleFilter.html" title="class in org.oa4mp.delegation.server.storage.uuc">RuleFilter</a></li>
<li><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/SASOA4MPCLI.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">SASOA4MPCLI</a></li>
<li><a href="org/oa4mp/delegation/server/jwt/ScriptingConstants2.html" title="interface in org.oa4mp.delegation.server.jwt"><span class="interfaceName">ScriptingConstants2</span></a></li>
<li><a href="org/oa4mp/delegation/server/jwt/ScriptRuntimeException.html" title="class in org.oa4mp.delegation.server.jwt">ScriptRuntimeException</a></li>
<li><a href="org/oa4mp/delegation/common/services/Server.html" title="interface in org.oa4mp.delegation.common.services"><span class="interfaceName">Server</span></a></li>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/oa4mp/delegation/server/storage/uuc/UUCThread.html" title="class in org.oa4mp.delegation.server.storage.uuc">UUCThread</a></li>
<li><a href="org/oa4mp/delegation/common/token/Verifier.html" title="interface in org.oa4mp.delegation.common.token"><span class="interfaceName">Verifier</span></a></li>
<li><a href="org/oa4mp/delegation/common/token/impl/VerifierImpl.html" title="class in org.oa4mp.delegation.common.token.impl">VerifierImpl</a></li>
<li><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VOCommands.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">VOCommands</a></li>
<li><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VICommands.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">VICommands</a></li>
<li><a href="org/oa4mp/delegation/server/WrongPasswordException.html" title="class in org.oa4mp.delegation.server">WrongPasswordException</a></li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/allpackages-index.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 (11.0.24) on Mon Oct 28 22:52:00 CDT 2024 -->
<!-- Generated by javadoc (11.0.25) on Tue Nov 26 11:47:46 CST 2024 -->
<title>All Packages (OA4MP Parent Project 6.x-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-28">
<meta name="dc.created" content="2024-11-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -15,7 +15,7 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
Expand Down
26 changes: 13 additions & 13 deletions docs/apidocs/constant-values.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 (11.0.24) on Mon Oct 28 22:52:00 CDT 2024 -->
<!-- Generated by javadoc (11.0.25) on Tue Nov 26 11:47:46 CST 2024 -->
<title>Constant Field Values (OA4MP Parent Project 6.x-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-28">
<meta name="dc.created" content="2024-11-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -15,7 +15,7 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
Expand Down Expand Up @@ -3521,11 +3521,11 @@ <h2 title="org.oa4mp">org.oa4mp.*</h2>
<td class="colLast"><code>"tokens"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.OA2Commands.VIRTUAL_ORGANIZATION">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.OA2Commands.VIRTUAL_ISSUER">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/OA2Commands.html#VIRTUAL_ORGANIZATION">VIRTUAL_ORGANIZATION</a></code></th>
<td class="colLast"><code>"vo"</code></td>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/OA2Commands.html#VIRTUAL_ISSUER">VIRTUAL_ISSUER</a></code></th>
<td class="colLast"><code>"vi"</code></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -3558,32 +3558,32 @@ <h2 title="org.oa4mp">org.oa4mp.*</h2>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.oa4mp.server.admin.myproxy.oauth2.tools.<a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VOCommands.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">VOCommands</a></span><span class="tabEnd">&nbsp;</span></caption>
<caption><span>org.oa4mp.server.admin.myproxy.oauth2.tools.<a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VICommands.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">VICommands</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.VOCommands.EC_CURVE_FLAG">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.VICommands.EC_CURVE_FLAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VOCommands.html#EC_CURVE_FLAG">EC_CURVE_FLAG</a></code></th>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VICommands.html#EC_CURVE_FLAG">EC_CURVE_FLAG</a></code></th>
<td class="colLast"><code>"-curve"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.VOCommands.EC_FLAG">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.VICommands.EC_FLAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VOCommands.html#EC_FLAG">EC_FLAG</a></code></th>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VICommands.html#EC_FLAG">EC_FLAG</a></code></th>
<td class="colLast"><code>"-ec"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.VOCommands.RSA_SIZE_FLAG">
<td class="colFirst"><a id="org.oa4mp.server.admin.myproxy.oauth2.tools.VICommands.RSA_SIZE_FLAG">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VOCommands.html#RSA_SIZE_FLAG">RSA_SIZE_FLAG</a></code></th>
<th class="colSecond" scope="row"><code><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/VICommands.html#RSA_SIZE_FLAG">RSA_SIZE_FLAG</a></code></th>
<td class="colLast"><code>"-size"</code></td>
</tr>
</tbody>
Expand Down
14 changes: 3 additions & 11 deletions docs/apidocs/deprecated-list.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 (11.0.24) on Mon Oct 28 22:52:00 CDT 2024 -->
<!-- Generated by javadoc (11.0.25) on Tue Nov 26 11:47:46 CST 2024 -->
<title>Deprecated List (OA4MP Parent Project 6.x-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-28">
<meta name="dc.created" content="2024-11-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -15,7 +15,7 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
Expand Down Expand Up @@ -140,14 +140,6 @@ <h2 title="Contents">Contents</h2>
on 2/21/19 at 7:33 PM</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="org/oa4mp/server/admin/myproxy/oauth2/tools/QDLCLICommands.html" title="class in org.oa4mp.server.admin.myproxy.oauth2.tools">org.oa4mp.server.admin.myproxy.oauth2.tools.QDLCLICommands</a></th>
<td class="colLast">
<div class="deprecationComment">-- format of scripts changed and this was not updated.
<p>Created by Jeff Gaynor<br>
on 2/24/20 at 12:38 PM</div>
</td>
</tr>
</tbody>
</table>
</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/help-doc.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 (11.0.24) on Mon Oct 28 22:52:00 CDT 2024 -->
<!-- Generated by javadoc (11.0.25) on Tue Nov 26 11:47:46 CST 2024 -->
<title>API Help (OA4MP Parent Project 6.x-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-28">
<meta name="dc.created" content="2024-11-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -15,7 +15,7 @@
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
Expand Down
Loading

0 comments on commit 3c6d4ff

Please sign in to comment.