Uses of Class
org.oa4mp.server.loader.oauth2.state.OA2ClientFunctorScriptsUtil.SourceEntry
-
Packages that use OA2ClientFunctorScriptsUtil.SourceEntry Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.state -
-
Uses of OA2ClientFunctorScriptsUtil.SourceEntry in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.state
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.state that return types with arguments of type OA2ClientFunctorScriptsUtil.SourceEntry Modifier and Type Method Description static Map<String,OA2ClientFunctorScriptsUtil.SourceEntry>
OA2ClientFunctorScriptsUtil. toSourcesMap(net.sf.json.JSONArray array)
Method to pull the sources from the array of {"alias":A,"className":B} objectsstatic Map<String,OA2ClientFunctorScriptsUtil.SourceEntry>
OA2ClientFunctorScriptsUtil. toSourcesMap(net.sf.json.JSONObject json)
Convenience method to pull the sources from a the whole configuration
-