Uses of Class
org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientKeys
-
Packages that use OA2ClientKeys Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.oidc_cm edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients edu.uiuc.ncsa.oa2.qdl.storage -
-
Uses of OA2ClientKeys in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.oidc_cm
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.oidc_cm with parameters of type OA2ClientKeys Modifier and Type Method Description protected void
OIDCCMServlet. handleGrants(OA2Client client, net.sf.json.JSONObject jsonRequest, OA2ClientKeys keys)
protected void
OIDCCMServlet. handleResponseTypes(OA2Client client, net.sf.json.JSONObject jsonRequest, OA2ClientKeys keys)
TL;DR: we support the grant types for the authorization_code flow so only code and id_token. -
Uses of OA2ClientKeys in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients that return OA2ClientKeys Modifier and Type Method Description OA2ClientKeys
OA2ClientConverter. getCK2()
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.clients with parameters of type OA2ClientKeys Constructor Description OA2ClientConverter(OA2ClientKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider)
OA2ClientTable(OA2ClientKeys keys, String schema, String tablenamePrefix, String tablename)
-
Uses of OA2ClientKeys in edu.uiuc.ncsa.oa2.qdl.storage
Methods in edu.uiuc.ncsa.oa2.qdl.storage that return OA2ClientKeys Modifier and Type Method Description protected OA2ClientKeys
ClientStemMC. kk()
-