Created by Jeff Gaynor
diff --git a/client/src/main/java/org/oa4mp/delegation/request/RFC7523Request.java b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7523Request.java
similarity index 89%
rename from client/src/main/java/org/oa4mp/delegation/request/RFC7523Request.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/RFC7523Request.java
index 0d2684c57..6db305cb3 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/RFC7523Request.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7523Request.java
@@ -1,4 +1,4 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
import org.oa4mp.delegation.common.storage.clients.Client;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/RFC7523Response.java b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7523Response.java
similarity index 94%
rename from client/src/main/java/org/oa4mp/delegation/request/RFC7523Response.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/RFC7523Response.java
index 4ae727b34..6a559df2d 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/RFC7523Response.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7523Response.java
@@ -1,4 +1,4 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
import org.oa4mp.delegation.common.token.impl.IDTokenImpl;
import net.sf.json.JSONObject;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/RFC7662Request.java b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7662Request.java
similarity index 90%
rename from client/src/main/java/org/oa4mp/delegation/request/RFC7662Request.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/RFC7662Request.java
index 282d60442..9ad3a1555 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/RFC7662Request.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7662Request.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
-import org.oa4mp.delegation.server.ATServer;
-import org.oa4mp.delegation.server.RFC7662Server;
+import org.oa4mp.delegation.client.server.ATServer;
+import org.oa4mp.delegation.client.server.RFC7662Server;
import org.oa4mp.delegation.common.services.Response;
import org.oa4mp.delegation.common.services.Server;
import org.oa4mp.delegation.common.token.impl.AccessTokenImpl;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/RFC7662Response.java b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7662Response.java
similarity index 88%
rename from client/src/main/java/org/oa4mp/delegation/request/RFC7662Response.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/RFC7662Response.java
index b61981a09..646f181d9 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/RFC7662Response.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/RFC7662Response.java
@@ -1,4 +1,4 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
import net.sf.json.JSONObject;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/RTRequest.java b/client/src/main/java/org/oa4mp/delegation/client/request/RTRequest.java
similarity index 92%
rename from client/src/main/java/org/oa4mp/delegation/request/RTRequest.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/RTRequest.java
index e1ac41c6d..ff9ebdff6 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/RTRequest.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/RTRequest.java
@@ -1,6 +1,6 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
-import org.oa4mp.delegation.server.RTServer;
+import org.oa4mp.delegation.client.server.RTServer;
import org.oa4mp.delegation.common.services.Response;
import org.oa4mp.delegation.common.services.Server;
import org.oa4mp.delegation.common.storage.clients.Client;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/RTResponse.java b/client/src/main/java/org/oa4mp/delegation/client/request/RTResponse.java
similarity index 98%
rename from client/src/main/java/org/oa4mp/delegation/request/RTResponse.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/RTResponse.java
index 08798c9ab..080a1e5b6 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/RTResponse.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/RTResponse.java
@@ -1,4 +1,4 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
import org.oa4mp.delegation.common.token.impl.AccessTokenImpl;
import org.oa4mp.delegation.common.token.impl.IDTokenImpl;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/UIRequest.java b/client/src/main/java/org/oa4mp/delegation/client/request/UIRequest.java
similarity index 90%
rename from client/src/main/java/org/oa4mp/delegation/request/UIRequest.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/UIRequest.java
index 75a5d4217..bfd2fe6c5 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/UIRequest.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/UIRequest.java
@@ -1,6 +1,6 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
-import org.oa4mp.delegation.server.UIServer;
+import org.oa4mp.delegation.client.server.UIServer;
import org.oa4mp.delegation.common.services.Response;
import org.oa4mp.delegation.common.services.Server;
import org.oa4mp.delegation.common.token.AccessToken;
diff --git a/client/src/main/java/org/oa4mp/delegation/request/UIResponse.java b/client/src/main/java/org/oa4mp/delegation/client/request/UIResponse.java
similarity index 93%
rename from client/src/main/java/org/oa4mp/delegation/request/UIResponse.java
rename to client/src/main/java/org/oa4mp/delegation/client/request/UIResponse.java
index 23f71a053..4021a0f3c 100644
--- a/client/src/main/java/org/oa4mp/delegation/request/UIResponse.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/request/UIResponse.java
@@ -1,4 +1,4 @@
-package org.oa4mp.delegation.request;
+package org.oa4mp.delegation.client.request;
import org.oa4mp.delegation.common.token.AccessToken;
diff --git a/client/src/main/java/org/oa4mp/delegation/server/AGServer.java b/client/src/main/java/org/oa4mp/delegation/client/server/AGServer.java
similarity index 67%
rename from client/src/main/java/org/oa4mp/delegation/server/AGServer.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/AGServer.java
index 8328077d1..d87b2de84 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/AGServer.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/AGServer.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.AGRequest;
-import org.oa4mp.delegation.request.AGResponse;
+import org.oa4mp.delegation.client.request.AGRequest;
+import org.oa4mp.delegation.client.request.AGResponse;
import org.oa4mp.delegation.common.services.DoubleDispatchServer;
/**
diff --git a/client/src/main/java/org/oa4mp/delegation/server/ATServer.java b/client/src/main/java/org/oa4mp/delegation/client/server/ATServer.java
similarity index 69%
rename from client/src/main/java/org/oa4mp/delegation/server/ATServer.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/ATServer.java
index ab6aada46..615a829e2 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/ATServer.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/ATServer.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.ATRequest;
-import org.oa4mp.delegation.request.ATResponse;
+import org.oa4mp.delegation.client.request.ATRequest;
+import org.oa4mp.delegation.client.request.ATResponse;
import org.oa4mp.delegation.common.services.DoubleDispatchServer;
/**
diff --git a/client/src/main/java/org/oa4mp/delegation/server/CBServer.java b/client/src/main/java/org/oa4mp/delegation/client/server/CBServer.java
similarity index 67%
rename from client/src/main/java/org/oa4mp/delegation/server/CBServer.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/CBServer.java
index 43ff62047..90e49699e 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/CBServer.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/CBServer.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.CallbackRequest;
-import org.oa4mp.delegation.request.CallbackResponse;
+import org.oa4mp.delegation.client.request.CallbackRequest;
+import org.oa4mp.delegation.client.request.CallbackResponse;
import org.oa4mp.delegation.common.services.DoubleDispatchServer;
/**
diff --git a/client/src/main/java/org/oa4mp/delegation/server/PAServer.java b/client/src/main/java/org/oa4mp/delegation/client/server/PAServer.java
similarity index 67%
rename from client/src/main/java/org/oa4mp/delegation/server/PAServer.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/PAServer.java
index d47768857..784fee193 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/PAServer.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/PAServer.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.PARequest;
-import org.oa4mp.delegation.request.PAResponse;
+import org.oa4mp.delegation.client.request.PARequest;
+import org.oa4mp.delegation.client.request.PAResponse;
import org.oa4mp.delegation.common.services.DoubleDispatchServer;
/**
diff --git a/client/src/main/java/org/oa4mp/delegation/server/RFC7009Server.java b/client/src/main/java/org/oa4mp/delegation/client/server/RFC7009Server.java
similarity index 51%
rename from client/src/main/java/org/oa4mp/delegation/server/RFC7009Server.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/RFC7009Server.java
index 1082748ea..ad66ca88a 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/RFC7009Server.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/RFC7009Server.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.RFC7009Request;
-import org.oa4mp.delegation.request.RFC7009Response;
+import org.oa4mp.delegation.client.request.RFC7009Request;
+import org.oa4mp.delegation.client.request.RFC7009Response;
/**
*
Created by Jeff Gaynor
diff --git a/client/src/main/java/org/oa4mp/delegation/server/RFC7662Server.java b/client/src/main/java/org/oa4mp/delegation/client/server/RFC7662Server.java
similarity index 51%
rename from client/src/main/java/org/oa4mp/delegation/server/RFC7662Server.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/RFC7662Server.java
index 75f6ecd39..bc46947d2 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/RFC7662Server.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/RFC7662Server.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.RFC7662Request;
-import org.oa4mp.delegation.request.RFC7662Response;
+import org.oa4mp.delegation.client.request.RFC7662Request;
+import org.oa4mp.delegation.client.request.RFC7662Response;
/**
*
Created by Jeff Gaynor
diff --git a/client/src/main/java/org/oa4mp/delegation/server/RTServer.java b/client/src/main/java/org/oa4mp/delegation/client/server/RTServer.java
similarity index 76%
rename from client/src/main/java/org/oa4mp/delegation/server/RTServer.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/RTServer.java
index 9747ade4a..6003e93ac 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/RTServer.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/RTServer.java
@@ -1,6 +1,6 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.RTRequest;
+import org.oa4mp.delegation.client.request.RTRequest;
import org.oa4mp.delegation.common.services.DoubleDispatchServer;
import org.oa4mp.delegation.common.services.Response;
diff --git a/client/src/main/java/org/oa4mp/delegation/server/ResourceOwner.java b/client/src/main/java/org/oa4mp/delegation/client/server/ResourceOwner.java
similarity index 89%
rename from client/src/main/java/org/oa4mp/delegation/server/ResourceOwner.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/ResourceOwner.java
index 3943b260b..193d10f43 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/ResourceOwner.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/ResourceOwner.java
@@ -1,4 +1,4 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
import org.oa4mp.delegation.common.services.AddressableServer;
import org.oa4mp.delegation.common.token.AuthorizationGrant;
diff --git a/client/src/main/java/org/oa4mp/delegation/server/UIServer.java b/client/src/main/java/org/oa4mp/delegation/client/server/UIServer.java
similarity index 69%
rename from client/src/main/java/org/oa4mp/delegation/server/UIServer.java
rename to client/src/main/java/org/oa4mp/delegation/client/server/UIServer.java
index 4bdea1a4c..90278811f 100644
--- a/client/src/main/java/org/oa4mp/delegation/server/UIServer.java
+++ b/client/src/main/java/org/oa4mp/delegation/client/server/UIServer.java
@@ -1,7 +1,7 @@
-package org.oa4mp.delegation.server;
+package org.oa4mp.delegation.client.server;
-import org.oa4mp.delegation.request.UIRequest;
-import org.oa4mp.delegation.request.UIResponse;
+import org.oa4mp.delegation.client.request.UIRequest;
+import org.oa4mp.delegation.client.request.UIResponse;
import org.oa4mp.delegation.common.services.DoubleDispatchServer;
/**
diff --git a/client/src/main/java/org/oa4mp/delegation/server/package.html b/client/src/main/java/org/oa4mp/delegation/client/server/package.html
similarity index 100%
rename from client/src/main/java/org/oa4mp/delegation/server/package.html
rename to client/src/main/java/org/oa4mp/delegation/client/server/package.html
diff --git a/common/pom.xml b/common/pom.xml
index b5c2cf700..6a09a4646 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
public static final String
CERT_LIFETIME_KEY
"certlifetime"
public static final String
CERT_REQUEST_KEY
public static final String
ACCESS_TOKEN
"access_token"
public static final String
ID_TOKEN
"id_token"
public static final String
PARAMETERS
"parameters"
public static final String
REFRESH_TOKEN
"refresh_token"
public static final String
TYPE
"type"
public static final String
VERSION
public static final int
AG_TYPE
1
public static final int
AT_TYPE
2
public static final int
CB_TYPE
3
public static final int
PA_TYPE
4
public static final int
RT_TYPE
5
public static final int
UI_TYPE
public static final String
DEFAULT_TABLENAME
public static final String
TYPE_ACCESSED
"accessed"
public static final String
TYPE_CREATED
"created"
public static final String
TYPE_MODIFIED
"modified"
public static final String
VERSION_INCLUDE
"include"
public static final String
VERSION_ONLY
"only"
public static final String
VERSION_SKIP
"skip"
public static final String
WHEN_AFTER
"after"
public static final String
WHEN_BEFORE
public static final int
ABANDONED_RULE
101
public static final String
ACTION_ARCHIVE
"archive"
public static final String
ACTION_DELETE
"delete"
public static final String
ACTION_TEST
"test"
public static final int
BLACKLIST_RULE
102
public static final int
UNUSED_RULE
100
public static final long
UUC_LAST_ACCESSED_NEVER_VALUE
-1L
public static final int
WHITELIST_RULE
ClientEnvironment(URI accessTokenUri,
+ClientEnvironment(URI accessTokenUri,
URI authorizationUri,
URI callback,
long certLifetime,
@@ -758,7 +758,7 @@ redirectPagePath
Constructor Detail
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/client/storage/class-use/AssetStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/client/storage/class-use/AssetStore.html
index 3e200f7cb..ba75a844f 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/client/storage/class-use/AssetStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/client/storage/class-use/AssetStore.html
@@ -166,7 +166,7 @@ Uses of
-ClientEnvironment(URI accessTokenUri,
+ClientEnvironment(URI accessTokenUri,
URI authorizationUri,
URI callback,
long certLifetime,
@@ -342,7 +342,7 @@ Uses of
OA2ClientEnvironment(URI accessTokenUri,
+OA2ClientEnvironment(URI accessTokenUri,
URI authorizationUri,
URI callback,
long certLifetime,
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/cm/ManagerFacade.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/cm/ManagerFacade.html
index df62ba586..065882e23 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/cm/ManagerFacade.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/cm/ManagerFacade.html
@@ -185,7 +185,7 @@ Method Summary
protected void
checkClientSecret(BaseClient client,
+checkClientSecret(BaseClient client,
BaseClientStore store)
This takes the client created from the JSON that came in the request and goes
@@ -459,7 +459,7 @@ checkAdminClientSecret
protected void checkAdminClientSecret(AdminClient client)
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/loader/OA2ConfigurationLoader.OA2MultiDSClientStoreProvider.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/loader/OA2ConfigurationLoader.OA2MultiDSClientStoreProvider.html
index 29df97079..04685320b 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/loader/OA2ConfigurationLoader.OA2MultiDSClientStoreProvider.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/loader/OA2ConfigurationLoader.OA2MultiDSClientStoreProvider.html
@@ -134,7 +134,7 @@
-
- edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl.ClientStoreProvider<ClientStore<V>>
+- org.oa4mp.delegation.server.impl.storage.ClientStoreProvider<ClientStore<V>>
-
- org.oa4mp.server.api.storage.MultiDSClientStoreProvider
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/AbstractAccessTokenServlet2.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/AbstractAccessTokenServlet2.html
index a6a226279..f4ae8dbc4 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/AbstractAccessTokenServlet2.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/AbstractAccessTokenServlet2.html
@@ -341,7 +341,7 @@ Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/ActiveTokenServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/ActiveTokenServlet.html
index 5612f42e8..4ce532683 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/ActiveTokenServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/ActiveTokenServlet.html
@@ -288,7 +288,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.TokenManagerServlet
-checkBasic, checkBearer, doGet, getTokenType, getTransFromToken, verifyAndGet, verifyClient, writeOK
+checkBasic, checkBearer, doGet, getTokenType, getTransFromToken, verifyAndGet, verifyClient, writeOK
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/BearerTokenServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/BearerTokenServlet.html
index 72eefaaf8..0489edb9b 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/BearerTokenServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/BearerTokenServlet.html
@@ -263,7 +263,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/MultiAuthServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/MultiAuthServlet.html
index 506655851..3475ed458 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/MultiAuthServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/MultiAuthServlet.html
@@ -284,7 +284,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/OA2AdminRegistrationServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/OA2AdminRegistrationServlet.html
index e8b5e6367..58eb9fe60 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/OA2AdminRegistrationServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/servlet/OA2AdminRegistrationServlet.html
@@ -327,7 +327,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.AbstractRegistrationServlet
-doIt, fireNewClientEvent, getErrorPage, getParameter, getRequiredParam, getState, getValueTag, handleError, setRetryParameters, verifyAndGet
+doIt, fireNewClientEvent, getErrorPage, getParameter, getRequiredParam, getState, getValueTag, handleError, setRetryParameters, verifyAndGet
ServiceTransaction
verifyAndGet(IssuerResponse iResponse)
verifyAndGet(IssuerResponse iResponse)
public ServiceTransaction verifyAndGet(IssuerResponse iResponse) throws IOException-
MyProxyDelegationServlet
MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
IOException
protected ServiceTransaction
verifyAndGet(IssuerResponse iResponse)
verifyAndGet(IssuerResponse iResponse)
doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, save, verifyAndGet
+doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, save, verifyAndGet
ServiceTransaction
verifyAndGet(IssuerResponse iResponse)
verifyAndGet(IssuerResponse iResponse)
public ServiceTransaction verifyAndGet(IssuerResponse iResponse) throws IOException-
MyProxyDelegationServlet
MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
IOException
static OA2Client
resolvePrototypes(ClientStore store,
+resolvePrototypes(ClientStore store,
OA2Client baseClient)
getDiscoveryPagePath, getRequestURI, getRequestURI, setDiscoveryPagePath, setValues, verifyAndGet
+getDiscoveryPagePath, getRequestURI, getRequestURI, setDiscoveryPagePath, setValues, verifyAndGet
doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, save, verifyAndGet
doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, save, verifyAndGet
checkBasic, checkBearer, doGet, getTokenType, getTransFromToken, verifyAndGet, verifyClient, writeOK
checkBasic, checkBearer, doGet, getTokenType, getTransFromToken, verifyAndGet, verifyClient, writeOK
checkBasic, checkBearer, doGet, getTokenType, getTransFromToken, verifyAndGet, verifyClient, writeOK
checkBasic, checkBearer, doGet, getTokenType, getTransFromToken, verifyAndGet, verifyClient, writeOK
ServiceTransaction
verifyAndGet(IssuerResponse iResponse)
verifyAndGet(IssuerResponse iResponse)
public ServiceTransaction verifyAndGet(IssuerResponse iResponse) throws IOException-
MyProxyDelegationServlet
MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
IOException
ServiceTransaction
verifyAndGet(IssuerResponse iResponse)
verifyAndGet(IssuerResponse iResponse)
public ServiceTransaction verifyAndGet(IssuerResponse iResponse) throws IOException-
MyProxyDelegationServlet
MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
verifyAndGet
in class MyProxyDelegationServlet
IOException
getByApprover, getByStatus, getMostRecent, getXMLConverter, save
getByApprover, getByStatus, getMostRecent, getXMLConverter, save
static OA2Client
resolvePrototypes(ClientStore store,
+OA2ClientUtils.resolvePrototypes(ClientStore store,
OA2Client baseClient)
@@ -970,7 +970,7 @@ Uses of
static OA2Client
-OA2ClientUtils.resolvePrototypes(ClientStore store,
+OA2ClientUtils.resolvePrototypes(ClientStore store,
OA2Client baseClient)
@@ -1178,7 +1178,7 @@ Uses of
-TXRecordConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys,
+TXRecordConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys,
edu.uiuc.ncsa.security.core.IdentifiableProvider<V> provider,
ClientStore<? extends OA2Client> clientStore)
@@ -1318,7 +1318,7 @@ Uses of
protected void
-RFC8628Servlet.checkParameters(OA2ServiceTransaction t,
+RFC8628Servlet.checkParameters(OA2ServiceTransaction t,
OA2Client client,
AGResponse agResponse,
javax.servlet.http.HttpServletRequest req)
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2SQLTStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2SQLTStore.html
index 760210412..d1e245c87 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2SQLTStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2SQLTStore.html
@@ -134,7 +134,7 @@ Class OA2SQLTStore<V extends org.oa4mp.delegation.common.transactions.storage.SQLBaseTransactionStore<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore<V>
+- org.oa4mp.delegation.server.storage.SQLServiceTransactionStore<V>
-
- org.oa4mp.server.api.transactions.admin.DSSQLTransactionStore<V>
@@ -198,7 +198,7 @@ Nested classes/interfaces inherited from interface java.util.
--
+
-
Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore
@@ -344,7 +344,7 @@ Method Summary
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TConverter.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TConverter.html
index 291d8c370..1a53dffdc 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TConverter.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TConverter.html
@@ -131,7 +131,7 @@ Class OA2TConverter<V extends <
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionConverter<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionConverter<V>
+- org.oa4mp.delegation.server.support.storage.ServiceTransactionConverter<V>
-
- org.oa4mp.server.api.transactions.admin.TransactionConverter<V>
@@ -205,7 +205,7 @@ Constructor Summary
Description
-OA2TConverter(OA2TransactionKeys keys,
+OA2TConverter(OA2TransactionKeys keys,
edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider,
TokenForge tokenForge,
ClientStore<? extends Client> cs)
@@ -260,7 +260,7 @@ Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.admin.t
getDSTK
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionConverter
@@ -303,7 +303,7 @@ Methods inherited from class java.lang.
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionKeys.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionKeys.html
index 8677e2f5c..6c5549beb 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionKeys.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionKeys.html
@@ -131,7 +131,7 @@ Class OA2TransactionKeys
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionKeys
-
--
+
-
Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
@@ -387,7 +387,7 @@ Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.admin.t
cert, certReq, clientKey, myproxyUsername, username
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionTable.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionTable.html
index 7eab431c7..3ccd6e90d 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionTable.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/OA2TransactionTable.html
@@ -131,7 +131,7 @@ Class OA2TransactionTableorg.oa4mp.delegation.common.transactions.storage.BasicTransactionTable
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionTable
+- org.oa4mp.delegation.server.support.storage.ServiceTransactionTable
-
- org.oa4mp.server.api.transactions.admin.DSTransactionTable
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2ServiceTransaction.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2ServiceTransaction.html
index a45af15f9..a53175e48 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2ServiceTransaction.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2ServiceTransaction.html
@@ -872,7 +872,7 @@ Uses of
protected void
-RFC8628Servlet.checkParameters(OA2ServiceTransaction t,
+RFC8628Servlet.checkParameters(OA2ServiceTransaction t,
OA2Client client,
AGResponse agResponse,
javax.servlet.http.HttpServletRequest req)
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2TransactionKeys.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2TransactionKeys.html
index ad78b396e..70fe9c247 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2TransactionKeys.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/transactions/class-use/OA2TransactionKeys.html
@@ -182,7 +182,7 @@ Uses of
-OA2TConverter(OA2TransactionKeys keys,
+OA2TConverter(OA2TransactionKeys keys,
edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider,
TokenForge tokenForge,
ClientStore<? extends Client> cs)
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/tx/TXRecordConverter.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/tx/TXRecordConverter.html
index a3fa036d3..4d9332781 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/tx/TXRecordConverter.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/oauth2/storage/tx/TXRecordConverter.html
@@ -183,7 +183,7 @@ Constructor Summary
Description
-TXRecordConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys,
+TXRecordConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys,
edu.uiuc.ncsa.security.core.IdentifiableProvider<V> provider,
ClientStore<? extends OA2Client> clientStore)
@@ -254,7 +254,7 @@ Methods inherited from class java.lang.
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientFS.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientFS.html
index 782383591..52d786113 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientFS.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientFS.html
@@ -254,13 +254,13 @@ Method Summary
List<edu.uiuc.ncsa.security.core.Identifier>
-getByApprover(String approver,
+getByApprover(String approver,
ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
-getByStatus(String status,
+getByStatus(String status,
ClientApprovalStore clientApprovalStore)
Retrieve all clients of a given type from the approval store for the given status.
@@ -401,7 +401,7 @@ realSave
-
+
@@ -409,16 +409,16 @@ realSave
getByStatus
public List<edu.uiuc.ncsa.security.core.Identifier> getByStatus(String status,
ClientApprovalStore clientApprovalStore)
-Description copied from interface: BaseClientStore
+Description copied from interface: BaseClientStore
Retrieve all clients of a given type from the approval store for the given status.
- Specified by:
-getByStatus
in interface BaseClientStore<V extends AdminClient>
+getByStatus
in interface BaseClientStore<V extends AdminClient>
- Returns:
-
+
@@ -428,7 +428,7 @@ getByApprover
ClientApprovalStore clientApprovalStore)
- Specified by:
-getByApprover
in interface BaseClientStore<V extends AdminClient>
+getByApprover
in interface BaseClientStore<V extends AdminClient>
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientMemoryStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientMemoryStore.html
index 2065fa295..03627e994 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientMemoryStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientMemoryStore.html
@@ -277,13 +277,13 @@ Method Summary
List<edu.uiuc.ncsa.security.core.Identifier>
-getByApprover(String approver,
+getByApprover(String approver,
ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
-getByStatus(String status,
+getByStatus(String status,
ClientApprovalStore clientApprovalStore)
Retrieve all clients of a given type from the approval store for the given status.
@@ -459,7 +459,7 @@ realSave
-
+
@@ -467,16 +467,16 @@ realSave
getByStatus
public List<edu.uiuc.ncsa.security.core.Identifier> getByStatus(String status,
ClientApprovalStore clientApprovalStore)
-Description copied from interface: BaseClientStore
+Description copied from interface: BaseClientStore
Retrieve all clients of a given type from the approval store for the given status.
- Specified by:
-getByStatus
in interface BaseClientStore<V extends AdminClient>
+getByStatus
in interface BaseClientStore<V extends AdminClient>
- Returns:
-
+
@@ -486,7 +486,7 @@ getByApprover
ClientApprovalStore clientApprovalStore)
- Specified by:
-getByApprover
in interface BaseClientStore<V extends AdminClient>
+getByApprover
in interface BaseClientStore<V extends AdminClient>
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientSQLStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientSQLStore.html
index 91fe549f1..b455170f2 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientSQLStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientSQLStore.html
@@ -134,7 +134,7 @@ Class AdminClientSQLStore<
- org.oa4mp.delegation.common.monitored.storage.OLDMonitoredSQLStore<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.BaseClientSQLStore<V>
+- org.oa4mp.delegation.server.storage.BaseClientSQLStore<V>
-
- org.oa4mp.server.api.adminClient.admin.AdminClientSQLStore<V>
@@ -277,11 +277,11 @@ Method Summary
--
+
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.server.storage.BaseClientStore
-getByApprover, getByStatus
+getByApprover, getByStatus
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientStore.html
index 31e70427e..a37c1ca30 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/adminClient/AdminClientStore.html
@@ -198,11 +198,11 @@
Method Summary
--
+
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.server.storage.BaseClientStore
-getByApprover, getByStatus
+getByApprover, getByStatus
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/permissions/class-use/PermissionsStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/permissions/class-use/PermissionsStore.html
index 6522762fc..f3a0fd010 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/permissions/class-use/PermissionsStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/permissions/class-use/PermissionsStore.html
@@ -309,7 +309,7 @@
Uses of
-OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
+OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String defaultIndent,
edu.uiuc.ncsa.security.core.Store adminClientStore,
ClientApprovalStoreCommands clientApprovalStoreCommands,
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSSQLTransactionStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSSQLTransactionStore.html
index 9c705f15a..24a759560 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSSQLTransactionStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSSQLTransactionStore.html
@@ -134,7 +134,7 @@ Class DSSQLTransactionStor
- org.oa4mp.delegation.common.transactions.storage.SQLBaseTransactionStore<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore<V>
+- org.oa4mp.delegation.server.storage.SQLServiceTransactionStore<V>
-
- org.oa4mp.server.api.transactions.admin.DSSQLTransactionStore<V>
@@ -197,7 +197,7 @@ Nested classes/interfaces inherited from interface java.util.
--
+
-
Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore
@@ -278,7 +278,7 @@ Method Summary
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionKeys.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionKeys.html
index 61f1987f4..f89c66b35 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionKeys.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionKeys.html
@@ -131,7 +131,7 @@ Class DSTransactionKeys
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionKeys
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
+- org.oa4mp.delegation.server.support.storage.ServiceTransactionKeys
-
- org.oa4mp.server.api.transactions.admin.DSTransactionKeys
@@ -170,7 +170,7 @@ Class DSTransactionKeys
Field Summary
--
+
-
Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
@@ -246,7 +246,7 @@ Method Summary
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionTable.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionTable.html
index 398136a38..54c85f5b6 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionTable.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/DSTransactionTable.html
@@ -131,7 +131,7 @@ Class DSTransactionTable
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionTable
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionTable
+- org.oa4mp.delegation.server.support.storage.ServiceTransactionTable
-
- org.oa4mp.server.api.transactions.admin.DSTransactionTable
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/TransactionConverter.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/TransactionConverter.html
index d08f377b4..5ec5a8967 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/TransactionConverter.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/admin/transactions/TransactionConverter.html
@@ -131,7 +131,7 @@ Class TransactionConverter&
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionConverter<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionConverter<V>
+- org.oa4mp.delegation.server.support.storage.ServiceTransactionConverter<V>
-
- org.oa4mp.server.api.transactions.admin.TransactionConverter<V>
@@ -204,13 +204,13 @@ Constructor Summary
Description
-TransactionConverter(edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider,
+TransactionConverter(edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider,
TokenForge tokenForge,
ClientStore<? extends Client> cs)
-TransactionConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys,
+TransactionConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys,
edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider,
TokenForge tokenForge,
ClientStore<? extends Client> cs)
@@ -253,7 +253,7 @@ Method Summary
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionConverter
@@ -296,7 +296,7 @@ Methods inherited from class java.lang.
+
@@ -307,7 +307,7 @@ TransactionConverter
ClientStore<? extends Client> cs)
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ACS2.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ACS2.html
index de5636d66..fb335f44e 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ACS2.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ACS2.html
@@ -282,7 +282,7 @@ Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAccessTokenServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAccessTokenServlet.html
index df9f7538a..2eed298c2 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAccessTokenServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAccessTokenServlet.html
@@ -309,7 +309,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAuthorizationServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAuthorizationServlet.html
index 419fd05c8..8b89a85be 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAuthorizationServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractAuthorizationServlet.html
@@ -456,7 +456,7 @@
Method Summary
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -697,7 +697,7 @@ AbstractAuthorizationServlet
Method Detail
-
+
@@ -705,12 +705,12 @@ Method Detail
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractCertServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractCertServlet.html
index 385d13aa6..dcb565845 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractCertServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractCertServlet.html
@@ -265,7 +265,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractInitServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractInitServlet.html
index 6103180f2..24d39da87 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractInitServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractInitServlet.html
@@ -269,7 +269,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -752,7 +752,7 @@ AbstractRegistrationServlet
Method Detail
-
+
@@ -760,12 +760,12 @@ Method Detail
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractVerifierServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractVerifierServlet.html
index 3d0476683..a54be001b 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractVerifierServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AbstractVerifierServlet.html
@@ -268,7 +268,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.AbstractAuthorizationServlet
-checkUser, createCallback, createRedirect, doIt, doProxy, getAndCheckTransaction, getInitialPage, getOkPage, getParam, getRemoteUserInitialPage, getState, handleError, prepare, present, setClientRequestAttributes, setupMPConnection, verifyAndGet
+checkUser, createCallback, createRedirect, doIt, doProxy, getAndCheckTransaction, getInitialPage, getOkPage, getParam, getRemoteUserInitialPage, getState, handleError, prepare, present, setClientRequestAttributes, setupMPConnection, verifyAndGet
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -362,7 +362,7 @@ setAuthorizationHandler
public static void setAuthorizationHandler(AuthorizationHandler authorizationHandler)
-
+
@@ -370,12 +370,12 @@ setAuthorizationHandler
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AuthorizedServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AuthorizedServlet.html
index c19f26f9f..26ae73536 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AuthorizedServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AuthorizedServlet.html
@@ -341,7 +341,7 @@ Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AutoRegistrationServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AutoRegistrationServlet.html
index 4c15c56ae..70c647e6f 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AutoRegistrationServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/AutoRegistrationServlet.html
@@ -302,7 +302,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.AbstractRegistrationServlet
-doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, prepare, present, save, setRetryParameters, setupNewClient, verifyAndGet
+doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, prepare, present, save, setRetryParameters, setupNewClient, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/CRServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/CRServlet.html
index efac6561b..c46590e8f 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/CRServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/CRServlet.html
@@ -307,7 +307,7 @@
Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.MyProxyDelegationServlet
-checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
+checkClientApproval, createDebugger, destroy, getAGI, getATI, getClient, getClient, getClient, getFirstParameters, getGrantIDFromRequest, getMPConnection, getMPConnection, getMyproxyConnectionCache, getMyproxyServices, getServiceEnvironment, getTransaction, getTransactionByGrantID, getTransactionStore, hasMPConnection, hasMPConnection, isEmpty, loadProperties2, newTransaction, postprocess, preprocess, realStoreUpdates, say, shutdownCleanup, storeUpdates, verifyAndGet
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -451,7 +451,7 @@ DiscoveryServlet
Method Detail
-
+
@@ -459,12 +459,12 @@ Method Detail
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ErrorServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ErrorServlet.html
index 1f36e35cd..3ab8ebe7b 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ErrorServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/ErrorServlet.html
@@ -282,7 +282,7 @@ Method Summary
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -428,7 +428,7 @@ ErrorServlet
Method Detail
-
+
@@ -436,12 +436,12 @@ Method Detail
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/IssuerTransactionState.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/IssuerTransactionState.html
index 82802e6f8..35af06c9d 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/IssuerTransactionState.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/IssuerTransactionState.html
@@ -179,7 +179,7 @@ Constructor Summary
Description
-IssuerTransactionState(javax.servlet.http.HttpServletRequest request,
+IssuerTransactionState(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Map<String,String> parameters,
BasicTransaction transaction,
@@ -212,7 +212,7 @@ Method Summary
void
-setIssuerResponse(IssuerResponse issuerResponse)
+setIssuerResponse(IssuerResponse issuerResponse)
@@ -246,7 +246,7 @@ Methods inherited from class java.lang.
+
@@ -279,7 +279,7 @@ getIssuerResponse
public IssuerResponse getIssuerResponse()
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/MyProxyDelegationServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/MyProxyDelegationServlet.html
index 3bcea1b1e..30363c508 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/MyProxyDelegationServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/MyProxyDelegationServlet.html
@@ -440,7 +440,7 @@ Method Summary
abstract ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -590,7 +590,7 @@ createDebugger
public static edu.uiuc.ncsa.security.core.util.MetaDebugUtil createDebugger(BaseClient client)
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/RegistrationServlet.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/RegistrationServlet.html
index 712ad8c4b..19fb1e532 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/RegistrationServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/servlet/RegistrationServlet.html
@@ -289,7 +289,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.AbstractRegistrationServlet
-doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, prepare, present, save, setRetryParameters, setupNewClient, verifyAndGet
+doIt, fireNewClientEvent, getErrorPage, getInitPage, getOKPage, getParameter, getRequiredParam, getState, getValueTag, handleError, prepare, present, save, setRetryParameters, setupNewClient, verifyAndGet
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/MultiDSClientStoreProvider.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/MultiDSClientStoreProvider.html
index 6faf23979..f51da6140 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/MultiDSClientStoreProvider.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/MultiDSClientStoreProvider.html
@@ -134,7 +134,7 @@
Class MultiDSClientSt
- edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<T>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl.ClientStoreProvider<ClientStore<V>>
+- org.oa4mp.delegation.server.impl.storage.ClientStoreProvider<ClientStore<V>>
-
- org.oa4mp.server.api.storage.MultiDSClientStoreProvider<V>
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientApprovalStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientApprovalStore.html
index 10fc3f26e..44120581c 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientApprovalStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientApprovalStore.html
@@ -131,7 +131,7 @@ Class DSFSClientApproval
- edu.uiuc.ncsa.security.storage.FileStore<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl.FSClientApprovalStore<ClientApproval>
+- org.oa4mp.delegation.server.impl.storage.FSClientApprovalStore<ClientApproval>
-
- org.oa4mp.server.api.filestore.storage.DSFSClientApprovalStore
@@ -269,7 +269,7 @@ Method Summary
--
+
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.server.storage.ClientApprovalStore
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientStore.html
index 9a7333f11..7c085ddf6 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/filestore/DSFSClientStore.html
@@ -134,7 +134,7 @@ Class DSFSClientStore
- org.oa4mp.delegation.common.monitored.storage.OLDMonitoredFileStore<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl.FSClientStore<Client>
+- org.oa4mp.delegation.server.impl.storage.FSClientStore<Client>
-
- org.oa4mp.server.api.filestore.storage.DSFSClientStore
@@ -269,11 +269,11 @@ Method Summary
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl.FSClientStore
-getByApprover, getByStatus, getMapConverter, realSave
+getByApprover, getByStatus, getMapConverter, realSave
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientApprovalStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientApprovalStore.html
index dc576a795..a673e5cd4 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientApprovalStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientApprovalStore.html
@@ -302,7 +302,7 @@
Methods inherited from class java.lang.clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
--
+
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.server.storage.ClientApprovalStore
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientStore.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientStore.html
index 5404da7bc..0c87965dd 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientStore.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/storage/sql/SQLClientStore.html
@@ -134,7 +134,7 @@ Class SQLClientStore<V extends
- org.oa4mp.delegation.common.monitored.storage.OLDMonitoredSQLStore<V>
-
-- edu.uiuc.ncsa.oa4mp.delegation.server.storage.BaseClientSQLStore<V>
+- org.oa4mp.delegation.server.storage.BaseClientSQLStore<V>
-
- org.oa4mp.server.api.sql.storage.SQLClientStore<V>
@@ -272,11 +272,11 @@ Method Summary
--
+
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.BaseClientSQLStore
-getByApprover, getByField, getByStatus, getCreationTSField
+getByApprover, getByField, getByStatus, getCreationTSField
-
@@ -307,11 +307,11 @@
Methods inherited from class java.lang.clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
--
+
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.server.storage.BaseClientStore
-getByApprover, getByStatus
+getByApprover, getByStatus
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/util/ClientApproverConverter.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/util/ClientApproverConverter.html
index 97cfffc5f..4d35d3fdb 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/util/ClientApproverConverter.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oa4mp/server/util/ClientApproverConverter.html
@@ -295,7 +295,7 @@
getCAKeys
protected ClientApprovalKeys getCAKeys()
-
+
@@ -311,7 +311,7 @@ fromMap
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/BaseClientStoreCommands.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/BaseClientStoreCommands.html
index d8f28ccd2..c8b8970c8 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/BaseClientStoreCommands.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/BaseClientStoreCommands.html
@@ -325,7 +325,7 @@ Method Summary
protected String
-format(BaseClient client,
+format(BaseClient client,
ClientApproval ca)
@@ -388,7 +388,7 @@ Method Summary
protected int
-longFormat(BaseClient client,
+longFormat(BaseClient client,
ClientApproval clientApproval,
boolean isVerbose)
@@ -688,7 +688,7 @@ listAll
-
+
@@ -738,7 +738,7 @@ longFormat
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientApprovalStoreCommands.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientApprovalStoreCommands.html
index b39a96c9d..c60be8b03 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientApprovalStoreCommands.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientApprovalStoreCommands.html
@@ -260,7 +260,7 @@ Method Summary
boolean
-approve(ClientApproval ca)
+approve(ClientApproval ca)
@@ -497,7 +497,7 @@ set_status
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientStoreCommands.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientStoreCommands.html
index f921fb49d..e71dfef29 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientStoreCommands.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/ClientStoreCommands.html
@@ -302,7 +302,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oauth2.base.BaseClientStoreCommands
-approvalMods, approve, approve, approver_search, archiveFormat, create, create_hash, format, format, getClientApprovalStore, getPublicKeyFile, getSecret, getSortable, inputJSON, inputJSON, isCARS, listAll, longFormat, longFormat, password, print_help, reset_secret, rm, rmCleanup, rs, showApproveHelp, showCreateHashHelp, status_search
+approvalMods, approve, approve, approver_search, archiveFormat, create, create_hash, format, format, getClientApprovalStore, getPublicKeyFile, getSecret, getSortable, inputJSON, inputJSON, isCARS, listAll, longFormat, longFormat, password, print_help, reset_secret, rm, rmCleanup, rs, showApproveHelp, showCreateHashHelp, status_search
-
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/class-use/ClientApprovalStoreCommands.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/class-use/ClientApprovalStoreCommands.html
index 7a851792f..048985541 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/class-use/ClientApprovalStoreCommands.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/base/class-use/ClientApprovalStoreCommands.html
@@ -193,7 +193,7 @@
Uses of
-OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
+OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String defaultIndent,
edu.uiuc.ncsa.security.core.Store adminClientStore,
ClientApprovalStoreCommands clientApprovalStoreCommands,
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2AdminClientCommands.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2AdminClientCommands.html
index 6f40a743d..e90711952 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2AdminClientCommands.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2AdminClientCommands.html
@@ -257,7 +257,7 @@ Constructor Summary
Description
-OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
+OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String defaultIndent,
edu.uiuc.ncsa.security.core.Store adminClientStore,
ClientApprovalStoreCommands clientApprovalStoreCommands,
@@ -383,7 +383,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oauth2.base.BaseClientStoreCommands
-approve, approve, approver_search, archiveFormat, create, create_hash, format, format, getClientApprovalStore, getPublicKeyFile, getSecret, getSortable, inputJSON, inputJSON, isCARS, listAll, longFormat, longFormat, password, reset_secret, rm, rmCleanup, rs, showApproveHelp, showCreateHashHelp, status_search
+approve, approve, approver_search, archiveFormat, create, create_hash, format, format, getClientApprovalStore, getPublicKeyFile, getSecret, getSortable, inputJSON, inputJSON, isCARS, listAll, longFormat, longFormat, password, reset_secret, rm, rmCleanup, rs, showApproveHelp, showCreateHashHelp, status_search
-
@@ -483,7 +483,7 @@
UNLINK_REMOVE_FLAG
Constructor Detail
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2ClientCommands.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2ClientCommands.html
index 7c8e53815..b7c97bf23 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2ClientCommands.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/OA2ClientCommands.html
@@ -509,7 +509,7 @@ Method Summary
void
-setUucConfiguration(UUCConfiguration uucConfiguration)
+setUucConfiguration(UUCConfiguration uucConfiguration)
@@ -563,7 +563,7 @@ Methods inherited from class edu.uiuc.ncsa.myproxy.oauth2.base.
Methods inherited from class edu.uiuc.ncsa.myproxy.oauth2.base.BaseClientStoreCommands
-approve, approve, approver_search, archiveFormat, create, create_hash, format, format, getClientApprovalStore, getPublicKeyFile, getSecret, getSortable, inputJSON, inputJSON, isCARS, listAll, longFormat, longFormat, password, reset_secret, rm, rs, showApproveHelp, showCreateHashHelp, status_search
+approve, approve, approver_search, archiveFormat, create, create_hash, format, format, getClientApprovalStore, getPublicKeyFile, getSecret, getSortable, inputJSON, inputJSON, isCARS, listAll, longFormat, longFormat, password, reset_secret, rm, rs, showApproveHelp, showCreateHashHelp, status_search
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/migrate/FSMigrater.html b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/migrate/FSMigrater.html
index 3c772ca52..26a977a70 100644
--- a/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/migrate/FSMigrater.html
+++ b/docs/apidocs/edu/uiuc/ncsa/myproxy/oauth2/tools/migrate/FSMigrater.html
@@ -203,7 +203,7 @@ Method Summary
protected boolean
-approvalCheck(ClientApproval clientApproval)
+approvalCheck(ClientApproval clientApproval)
@@ -630,7 +630,7 @@ permissionCheck
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/ApprovalStemMC.html b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/ApprovalStemMC.html
index e61bbddfd..f44bbe45f 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/ApprovalStemMC.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/ApprovalStemMC.html
@@ -278,7 +278,7 @@ ApprovalStemMC
Method Detail
-
+
@@ -294,7 +294,7 @@ fromMap
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/PermissionStoreFacade.html b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/PermissionStoreFacade.html
index 2cba8ad68..369db684e 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/PermissionStoreFacade.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/PermissionStoreFacade.html
@@ -291,7 +291,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.oa2.qdl.storage.StoreFacade
-checkInit, convertArgsToVersionIDs, createTransactionStemMC, doSetup, getConfigurationNode, getEnvironment, getLoader, getLogger, getStoreAccessor, getStoreTypes, init, setConfigurationNode, setLogger, setStoreAccessor, toIdentifier, toVID, toVID
+checkInit, convertArgsToVersionIDs, createTransactionStemMC, doSetup, getConfigurationNode, getEnvironment, getLoader, getLogger, getStoreAccessor, getStoreTypes, init, setConfigurationNode, setLogger, setStoreAccessor, toIdentifier, toVID, toVID
protected TransactionStemMC
-createTransactionStemMC(TransactionStore transactionStore,
+createTransactionStemMC(TransactionStore transactionStore,
ClientStore clientStore)
@@ -1024,7 +1024,7 @@ createAccessor
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TXRStemMC.html b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TXRStemMC.html
index ea04c99eb..aea1bdc69 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TXRStemMC.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TXRStemMC.html
@@ -188,7 +188,7 @@ Constructor Summary
Description
-TXRStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter,
+TXRStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter,
ClientStore clientStore)
@@ -265,7 +265,7 @@ Methods inherited from class java.lang.
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TransactionStemMC.html b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TransactionStemMC.html
index 2eb137127..e74f6fc97 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TransactionStemMC.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/TransactionStemMC.html
@@ -188,7 +188,7 @@ Constructor Summary
Description
-TransactionStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter,
+TransactionStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter,
ClientStore clientStore)
@@ -265,7 +265,7 @@ Methods inherited from class java.lang.
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/class-use/TransactionStemMC.html b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/class-use/TransactionStemMC.html
index 171a04b05..93c304344 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/class-use/TransactionStemMC.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/qdl/storage/class-use/TransactionStemMC.html
@@ -131,7 +131,7 @@ Uses of
protected TransactionStemMC
-StoreFacade.createTransactionStemMC(TransactionStore transactionStore,
+StoreFacade.createTransactionStemMC(TransactionStore transactionStore,
ClientStore clientStore)
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2ATServlet.html b/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2ATServlet.html
index f852fb9d0..a26b8fb31 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2ATServlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2ATServlet.html
@@ -391,7 +391,7 @@ Method Summary
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -754,7 +754,7 @@ rollback
-
+
@@ -762,12 +762,12 @@ rollback
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2AuthorizationServer.html b/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2AuthorizationServer.html
index 38559c98c..af421646c 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2AuthorizationServer.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/OA2AuthorizationServer.html
@@ -382,7 +382,7 @@ Method Summary
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.servlet.AbstractAuthorizationServlet
-checkUser, getAndCheckTransaction, getInitialPage, getOkPage, getParam, getRemoteUserInitialPage, getState, handleError, present, verifyAndGet
+checkUser, getAndCheckTransaction, getInitialPage, getOkPage, getParam, getRemoteUserInitialPage, getState, handleError, present, verifyAndGet
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -403,7 +403,7 @@ ProxyCallbackServlet
Method Detail
-
+
@@ -411,12 +411,12 @@ Method Detail
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Overrides:
-verifyAndGet
in class AbstractAuthorizationServlet
+verifyAndGet
in class AbstractAuthorizationServlet
- Returns:
- Throws:
IOException
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/RFC8628Servlet.html b/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/RFC8628Servlet.html
index 9ca738bad..06674236e 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/RFC8628Servlet.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa2/servlet/RFC8628Servlet.html
@@ -272,7 +272,7 @@ Method Summary
protected void
-checkParameters(OA2ServiceTransaction t,
+checkParameters(OA2ServiceTransaction t,
OA2Client client,
AGResponse agResponse,
javax.servlet.http.HttpServletRequest req)
@@ -310,7 +310,7 @@ Method Summary
ServiceTransaction
-verifyAndGet(IssuerResponse iResponse)
+verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate
transaction.
@@ -420,7 +420,7 @@ RFC8628Servlet
Method Detail
-
+
@@ -428,12 +428,12 @@ Method Detail
verifyAndGet
public ServiceTransaction verifyAndGet(IssuerResponse iResponse)
throws IOException
-Description copied from class: MyProxyDelegationServlet
+Description copied from class: MyProxyDelegationServlet
This is called after the response is received so that the system can get the approproate
transaction. Checks for the validity of the transaction should be done here too.
- Specified by:
-verifyAndGet
in class MyProxyDelegationServlet
+verifyAndGet
in class MyProxyDelegationServlet
- Returns:
- Throws:
IOException
@@ -470,7 +470,7 @@ getClientSecret
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractClientEnvironment.html b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractClientEnvironment.html
index 87a4abf52..8b4d8f9cc 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractClientEnvironment.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractClientEnvironment.html
@@ -122,7 +122,7 @@ Class AbstractClientEn
- edu.uiuc.ncsa.security.core.util.AbstractEnvironment
-
-- org.oa4mp.delegation.AbstractClientEnvironment
+- org.oa4mp.delegation.client.AbstractClientEnvironment
@@ -264,7 +264,7 @@ CERT_REQUEST_KEY
This is used in requests as the key for the cert request parameter
- See Also:
-- Constant Field Values
+- Constant Field Values
@@ -278,7 +278,7 @@ CERT_LIFETIME_KEY
This is used in requests as the key for the cert lifetime parameter.
- See Also:
-- Constant Field Values
+- Constant Field Values
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractDelegationServiceProvider.html b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractDelegationServiceProvider.html
index 25a524f70..b9799f0b6 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractDelegationServiceProvider.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/AbstractDelegationServiceProvider.html
@@ -119,7 +119,7 @@ Class Abstract
- java.lang.Object
-
-- org.oa4mp.delegation.AbstractDelegationServiceProvider
+- org.oa4mp.delegation.client.AbstractDelegationServiceProvider
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/DelegationService.html b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/DelegationService.html
index 33789ea4c..0dfa6d59a 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/DelegationService.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/DelegationService.html
@@ -125,7 +125,7 @@ Class DelegationService
- java.lang.Object
-
-- org.oa4mp.delegation.DelegationService
+- org.oa4mp.delegation.client.DelegationService
@@ -223,7 +223,7 @@ Method Summary
abstract URI
-createRedirectURL(DelegationRequest delegationAssetRequest,
+createRedirectURL(DelegationRequest delegationAssetRequest,
AGResponse agResp)
@@ -236,12 +236,12 @@ Method Summary
protected ATResponse
-getAT(ATRequest atRequest)
+getAT(ATRequest atRequest)
ATResponse
-getAT(DelegatedAssetRequest delegationAssetRequest)
+getAT(DelegatedAssetRequest delegationAssetRequest)
@@ -260,7 +260,7 @@ Method Summary
DelegatedAssetResponse
-getCert(ATResponse atResponse,
+getCert(ATResponse atResponse,
Client client,
Map<String,String> assetParameters)
@@ -279,14 +279,14 @@ Method Summary
DelegatedAssetResponse
-processAssetRequest(DelegatedAssetRequest delegationAssetRequest)
+processAssetRequest(DelegatedAssetRequest delegationAssetRequest)
Gets the asset once the delegation has been approved.
DelegationResponse
-processDelegationRequest(DelegationRequest delegationRequest)
+processDelegationRequest(DelegationRequest delegationRequest)
Starts the delegation process.
@@ -336,7 +336,7 @@ DelegationService
Method Detail
-
+
-
+
@@ -369,7 +369,7 @@ getAT
protected ATResponse getAT(ATRequest atRequest)
-
+
@@ -378,7 +378,7 @@ getAT
public ATResponse getAT(DelegatedAssetRequest delegationAssetRequest)
-
+
@@ -397,7 +397,7 @@ processAssetRequest
-
+
-
+
diff --git a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/class-use/AbstractClientEnvironment.html b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/class-use/AbstractClientEnvironment.html
index a80fe584c..9bb3c3101 100644
--- a/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/class-use/AbstractClientEnvironment.html
+++ b/docs/apidocs/edu/uiuc/ncsa/oa4mp/delegation/client/class-use/AbstractClientEnvironment.html
@@ -3,7 +3,7 @@
-Uses of Class org.oa4mp.delegation.AbstractClientEnvironment (Top level OA4MP 5.3-SNAPSHOT API)
+Uses of Class org.oa4mp.delegation.client.AbstractClientEnvironment (Top level OA4MP 5.3-SNAPSHOT API)
@@ -22,7 +22,7 @@