Uses of Interface
org.oa4mp.server.loader.oauth2.storage.vi.VIStore
-
Packages that use VIStore Package Description 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.loader.oauth2
Methods in org.oa4mp.server.loader.oauth2 that return VIStore Modifier and Type Method Description VIStoreOA2SE. 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 classVIMultiStoreProvider<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 classSQLVIStore<V extends VirtualIssuer>Created by Jeff Gaynor
on 2/19/21 at 4:48 PMclassVIFileStore<V extends VirtualIssuer>Created by Jeff Gaynor
on 12/14/20 at 9:02 AMclassVIMemoryStore<V extends VirtualIssuer>Created by Jeff Gaynor
on 12/14/20 at 10:37 AM
-