Uses of Interface
org.oa4mp.server.api.adminClient.admin.AdminClientStore
-
-
Uses of AdminClientStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Fields in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 with type parameters of type AdminClientStore Modifier and Type Field Description protected javax.inject.Provider<AdminClientStore>
OA2SE. acs
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that return AdminClientStore Modifier and Type Method Description AdminClientStore<AdminClient>
OA2SE. getAdminClientStore()
-
Uses of AdminClientStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util that return AdminClientStore Modifier and Type Method Description protected AdminClientStore<AdminClient>
AbstractDDServer. getAdminClientStore()
-
Uses of AdminClientStore in edu.uiuc.ncsa.myproxy.oa4mp.server
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server that return AdminClientStore Modifier and Type Method Description AdminClientStore<AdminClient>
ServiceEnvironment. getAdminClientStore()
Returns theAdminClientStore
.AdminClientStore<AdminClient>
ServiceEnvironmentImpl. getAdminClientStore()
-
Uses of AdminClientStore in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.adminClient
Classes in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.adminClient that implement AdminClientStore Modifier and Type Class Description class
AdminClientFS<V extends AdminClient>
Created by Jeff Gaynor
on 10/20/16 at 12:51 PMclass
AdminClientMemoryStore<V extends AdminClient>
Created by Jeff Gaynor
on 10/20/16 at 12:48 PMclass
AdminClientSQLStore<V extends AdminClient>
Created by Jeff Gaynor
on 10/20/16 at 12:52 PMMethods in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.adminClient that return AdminClientStore Modifier and Type Method Description AdminClientStore<V>
MultiDSAdminClientStoreProvider. getDefaultStore()
-