Uses of Class
org.oa4mp.delegation.common.storage.clients.ClientKeys
-
Packages that use ClientKeys Package Description org.oa4mp.delegation.common.storage.clients org.oa4mp.di org.oa4mp.server.api.storage.sql.table org.oa4mp.server.loader.oauth2.storage.clients -
-
Uses of ClientKeys in org.oa4mp.delegation.common.storage.clients
Methods in org.oa4mp.delegation.common.storage.clients that return ClientKeys Modifier and Type Method Description protected ClientKeys
ClientConverter. getCK()
Constructors in org.oa4mp.delegation.common.storage.clients with parameters of type ClientKeys Constructor Description ClientConverter(ClientKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider)
-
Uses of ClientKeys in org.oa4mp.di
Fields in org.oa4mp.di declared as ClientKeys Modifier and Type Field Description protected ClientKeys
DIServiceSerializer. clientKeys
Constructors in org.oa4mp.di with parameters of type ClientKeys Constructor Description DIServiceSerializer(ClientKeys cKeys, ClientApprovalKeys caKeys)
-
Uses of ClientKeys in org.oa4mp.server.api.storage.sql.table
Constructors in org.oa4mp.server.api.storage.sql.table with parameters of type ClientKeys Constructor Description ClientStoreTable(ClientKeys keys, String schema, String tablenamePrefix, String tablename)
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context. -
Uses of ClientKeys in org.oa4mp.server.loader.oauth2.storage.clients
Subclasses of ClientKeys in org.oa4mp.server.loader.oauth2.storage.clients Modifier and Type Class Description class
OA2ClientKeys
Created by Jeff Gaynor
on 3/14/14 at 1:05 PM
-