Uses of Interface
org.oa4mp.server.loader.oauth2.storage.vi.VIStore
-
Packages that use VIStore Package Description org.oa4mp.server.admin.oauth2.tools org.oa4mp.server.loader.oauth2 org.oa4mp.server.loader.oauth2.loader org.oa4mp.server.loader.oauth2.storage.vi Virtual issuer storage. -
-
Uses of VIStore in org.oa4mp.server.admin.oauth2.tools
Methods in org.oa4mp.server.admin.oauth2.tools that return VIStore Modifier and Type Method Description protected VIStore
VICommands. getVIS()
-
Uses of VIStore in org.oa4mp.server.loader.oauth2
Methods in org.oa4mp.server.loader.oauth2 that return VIStore Modifier and Type Method Description VIStore
OA2SE. getVIStore()
-
Uses of VIStore in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return types with arguments of type VIStore Modifier and Type Method Description protected javax.inject.Provider<VIStore>
OA2ConfigurationLoader. getVOStoreProvider()
protected javax.inject.Provider<VIStore>
OA2ConfigurationLoader. getVOStoreProvider(VIProvider VIProvider, VIConverter<? extends VirtualIssuer> VIConverter)
-
Uses of VIStore in org.oa4mp.server.loader.oauth2.storage.vi
Classes in org.oa4mp.server.loader.oauth2.storage.vi with type parameters of type VIStore Modifier and Type Class Description class
VIMultiStoreProvider<T extends VIStore<? extends VirtualIssuer>>
Created by Jeff Gaynor
on 12/17/20 at 10:02 AMClasses in org.oa4mp.server.loader.oauth2.storage.vi that implement VIStore Modifier and Type Class Description class
SQLVIStore<V extends VirtualIssuer>
Created by Jeff Gaynor
on 2/19/21 at 4:48 PMclass
VIFileStore<V extends VirtualIssuer>
Created by Jeff Gaynor
on 12/14/20 at 9:02 AMclass
VIMemoryStore<V extends VirtualIssuer>
Created by Jeff Gaynor
on 12/14/20 at 10:37 AM
-