Uses of Class
org.oa4mp.delegation.common.storage.clients.BaseClientKeys
-
-
Uses of BaseClientKeys in org.oa4mp.delegation.common.storage.clients
Subclasses of BaseClientKeys in org.oa4mp.delegation.common.storage.clients Modifier and Type Class Description class
ClientKeys
Created by Jeff Gaynor
on 4/25/12 at 3:06 PMMethods in org.oa4mp.delegation.common.storage.clients that return BaseClientKeys Modifier and Type Method Description protected BaseClientKeys
BaseClientConverter. getBKK()
Constructors in org.oa4mp.delegation.common.storage.clients with parameters of type BaseClientKeys Constructor Description BaseClientConverter(BaseClientKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> provider)
-
Uses of BaseClientKeys in org.oa4mp.delegation.server.storage
Methods in org.oa4mp.delegation.server.storage that return BaseClientKeys Modifier and Type Method Description protected BaseClientKeys
BaseClientSQLStore. getKeys()
-
Uses of BaseClientKeys in org.oa4mp.server.admin.oauth2.base
Methods in org.oa4mp.server.admin.oauth2.base with parameters of type BaseClientKeys Modifier and Type Method Description protected void
BaseClientStoreCommands. getPublicKeyFile(BaseClient client, BaseClientKeys keys)
protected void
BaseClientStoreCommands. getSecret(BaseClient client, BaseClientKeys keys)
Prompt the user for a secret, hashing the result. -
Uses of BaseClientKeys in org.oa4mp.server.api.admin.adminClient
Subclasses of BaseClientKeys in org.oa4mp.server.api.admin.adminClient Modifier and Type Class Description class
AdminClientKeys
Created by Jeff Gaynor
on 10/20/16 at 12:53 PM -
Uses of BaseClientKeys in org.oa4mp.server.api.storage.sql.table
Methods in org.oa4mp.server.api.storage.sql.table that return BaseClientKeys Modifier and Type Method Description protected BaseClientKeys
BaseClientTable. getKeys()
-
Uses of BaseClientKeys in org.oa4mp.server.loader.oauth2.storage.clients
Subclasses of BaseClientKeys 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
-