Uses of Class
org.oa4mp.server.loader.oauth2.storage.vo.VirtualOrganization
-
Packages that use VirtualOrganization Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2 edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo Virtual organization storage.edu.uiuc.ncsa.myproxy.oauth2.tools -
-
Uses of VirtualOrganization in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that return VirtualOrganization Modifier and Type Method Description VirtualOrganization
OA2SE. getVO(edu.uiuc.ncsa.security.core.Identifier clientID)
Given the client id, look up the admin and determine what (if any) the VO is. -
Uses of VirtualOrganization in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Method parameters in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader with type arguments of type VirtualOrganization Modifier and Type Method Description protected SQLVOStoreProvider
OA2ConfigurationLoader. createSQLVOP(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, VOProvider<? extends VirtualOrganization> tp, javax.inject.Provider<TokenForge> tfp, VOConverter converter)
protected javax.inject.Provider<VOStore>
OA2ConfigurationLoader. getVOStoreProvider(VOProvider voProvider, VOConverter<? extends VirtualOrganization> voConverter)
-
Uses of VirtualOrganization in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet that return VirtualOrganization Modifier and Type Method Description protected VirtualOrganization
OA2DiscoveryServlet. getVO(javax.servlet.http.HttpServletRequest req, String requestUri)
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet with parameters of type VirtualOrganization Modifier and Type Method Description protected net.sf.json.JSONObject
OA2DiscoveryServlet. setValues(javax.servlet.http.HttpServletRequest request, net.sf.json.JSONObject jsonObject, VirtualOrganization vo)
-
Uses of VirtualOrganization in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo
Classes in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo with type parameters of type VirtualOrganization Modifier and Type Class Description class
SQLVOStore<V extends VirtualOrganization>
Created by Jeff Gaynor
on 2/19/21 at 4:48 PMclass
VOConverter<V extends VirtualOrganization>
Created by Jeff Gaynor
on 2/19/21 at 3:04 PMclass
VOFileStore<V extends VirtualOrganization>
Created by Jeff Gaynor
on 12/14/20 at 9:02 AMclass
VOMemoryStore<V extends VirtualOrganization>
Created by Jeff Gaynor
on 12/14/20 at 10:37 AMclass
VOMultiStoreProvider<T extends VOStore<? extends VirtualOrganization>>
Created by Jeff Gaynor
on 12/17/20 at 10:02 AMclass
VOProvider<V extends VirtualOrganization>
Created by Jeff Gaynor
on 12/14/20 at 10:43 AMinterface
VOStore<V extends VirtualOrganization>
Created by Jeff Gaynor
on 12/14/20 at 8:54 AM -
Uses of VirtualOrganization in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type VirtualOrganization Modifier and Type Method Description protected void
VOCommands. newKeys(VirtualOrganization vo)
-