Uses of Interface
org.oa4mp.server.loader.oauth2.storage.vo.VOStore
-
Packages that use VOStore Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2 edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo Virtual organization storage.edu.uiuc.ncsa.myproxy.oauth2.tools -
-
Uses of VOStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that return VOStore Modifier and Type Method Description VOStore
OA2SE. getVOStore()
-
Uses of VOStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that return types with arguments of type VOStore Modifier and Type Method Description protected javax.inject.Provider<VOStore>
OA2ConfigurationLoader. getVOStoreProvider()
protected javax.inject.Provider<VOStore>
OA2ConfigurationLoader. getVOStoreProvider(VOProvider voProvider, VOConverter<? extends VirtualOrganization> voConverter)
-
Uses of VOStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo
Classes in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo with type parameters of type VOStore Modifier and Type Class Description class
VOMultiStoreProvider<T extends VOStore<? extends VirtualOrganization>>
Created by Jeff Gaynor
on 12/17/20 at 10:02 AMClasses in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.vo that implement VOStore Modifier and Type Class Description class
SQLVOStore<V extends VirtualOrganization>
Created by Jeff Gaynor
on 2/19/21 at 4:48 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 AM -
Uses of VOStore in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return VOStore Modifier and Type Method Description protected VOStore
VOCommands. getVOS()
-