Uses of Class
org.oa4mp.server.loader.oauth2.cm.json.JSONStoreProviders.JSONStoreSQLStoreProvider
-
Packages that use JSONStoreProviders.JSONStoreSQLStoreProvider Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.json -
-
Uses of JSONStoreProviders.JSONStoreSQLStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.json
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.json that return JSONStoreProviders.JSONStoreSQLStoreProvider Modifier and Type Method Description static JSONStoreProviders.JSONStoreSQLStoreProvider
JSONStoreProviders. getMariaJS(org.apache.commons.configuration.tree.ConfigurationNode node, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp)
static JSONStoreProviders.JSONStoreSQLStoreProvider
JSONStoreProviders. getMySQLJS(org.apache.commons.configuration.tree.ConfigurationNode node, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp)
static JSONStoreProviders.JSONStoreSQLStoreProvider
JSONStoreProviders. getPostgresJS(org.apache.commons.configuration.tree.ConfigurationNode node, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp)
-