Uses of Class
org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
-
Packages that use ClientApprovalKeys Package Description org.oa4mp.di org.oa4mp.server.api.storage.sql.table org.oa4mp.server.api.util org.oa4mp.server.loader.oauth2.storage.clients -
-
Uses of ClientApprovalKeys in org.oa4mp.di
Fields in org.oa4mp.di declared as ClientApprovalKeys Modifier and Type Field Description protected ClientApprovalKeys
DIServiceSerializer. clientApprovalKeys
Constructors in org.oa4mp.di with parameters of type ClientApprovalKeys Constructor Description DIServiceSerializer(ClientKeys cKeys, ClientApprovalKeys caKeys)
-
Uses of ClientApprovalKeys in org.oa4mp.server.api.storage.sql.table
Methods in org.oa4mp.server.api.storage.sql.table that return ClientApprovalKeys Modifier and Type Method Description ClientApprovalKeys
ClientApprovalTable. ca()
Constructors in org.oa4mp.server.api.storage.sql.table with parameters of type ClientApprovalKeys Constructor Description ClientApprovalTable(ClientApprovalKeys 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 ClientApprovalKeys in org.oa4mp.server.api.util
Methods in org.oa4mp.server.api.util that return ClientApprovalKeys Modifier and Type Method Description protected ClientApprovalKeys
ClientApproverConverter. getCAKeys()
-
Uses of ClientApprovalKeys in org.oa4mp.server.loader.oauth2.storage.clients
Subclasses of ClientApprovalKeys in org.oa4mp.server.loader.oauth2.storage.clients Modifier and Type Class Description class
OA2ClientApprovalKeys
Created by Jeff Gaynor
on 3/20/14 at 10:07 AM
-