Uses of Class
org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientKeys
-
Packages that use OA2ClientKeys Package Description org.oa4mp.server.loader.oauth2.cm.oidc_cm org.oa4mp.server.loader.oauth2.storage.clients org.oa4mp.server.qdl.storage -
-
Uses of OA2ClientKeys in org.oa4mp.server.loader.oauth2.cm.oidc_cm
Methods in org.oa4mp.server.loader.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 org.oa4mp.server.loader.oauth2.storage.clients
Methods in org.oa4mp.server.loader.oauth2.storage.clients that return OA2ClientKeys Modifier and Type Method Description OA2ClientKeys
OA2ClientConverter. getCK2()
Constructors in org.oa4mp.server.loader.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 org.oa4mp.server.qdl.storage
Methods in org.oa4mp.server.qdl.storage that return OA2ClientKeys Modifier and Type Method Description protected OA2ClientKeys
ClientStemMC. kk()
-