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 -
-
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 voidOIDCCMServlet. handleGrants(OA2Client client, net.sf.json.JSONObject jsonRequest, OA2ClientKeys keys)protected voidOIDCCMServlet. 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 OA2ClientKeysOA2ClientConverter. 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)
-