Uses of Class
org.oa4mp.delegation.common.storage.clients.BaseClientKeys
-
Packages that use BaseClientKeys Package Description org.oa4mp.delegation.common.storage.clients org.oa4mp.delegation.server.storage org.oa4mp.server.admin.myproxy.oauth2.base -
-
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.myproxy.oauth2.base
Methods in org.oa4mp.server.admin.myproxy.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.
-