Uses of Class
org.oa4mp.server.api.storage.sql.SQLClientStore
-
Packages that use SQLClientStore Package Description org.oa4mp.server.api.storage.sql.provider org.oa4mp.server.loader.oauth2.storage.clients -
-
Uses of SQLClientStore in org.oa4mp.server.api.storage.sql.provider
Classes in org.oa4mp.server.api.storage.sql.provider with type parameters of type SQLClientStore Modifier and Type Class Description class
DSClientSQLStoreProvider<V extends SQLClientStore>
Created by Jeff Gaynor
on 1/18/12 at 3:18 PM -
Uses of SQLClientStore in org.oa4mp.server.loader.oauth2.storage.clients
Classes in org.oa4mp.server.loader.oauth2.storage.clients with type parameters of type SQLClientStore Modifier and Type Class Description class
OA2ClientSQLStoreProvider<V extends SQLClientStore>
Created by Jeff Gaynor
on 3/17/14 at 2:59 PM
-