Uses of Class
org.oa4mp.delegation.common.clients.storage.BaseClientKeys
-
Packages that use BaseClientKeys Package Description edu.uiuc.ncsa.myproxy.oauth2.base edu.uiuc.ncsa.oa4mp.delegation.common.storage.clients edu.uiuc.ncsa.oa4mp.delegation.server.storage -
-
Uses of BaseClientKeys in edu.uiuc.ncsa.myproxy.oauth2.base
Methods in edu.uiuc.ncsa.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. -
Uses of BaseClientKeys in edu.uiuc.ncsa.oa4mp.delegation.common.storage.clients
Subclasses of BaseClientKeys in edu.uiuc.ncsa.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 edu.uiuc.ncsa.oa4mp.delegation.common.storage.clients that return BaseClientKeys Modifier and Type Method Description protected BaseClientKeys
BaseClientConverter. getBKK()
Constructors in edu.uiuc.ncsa.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 edu.uiuc.ncsa.oa4mp.delegation.server.storage
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage that return BaseClientKeys Modifier and Type Method Description protected BaseClientKeys
BaseClientSQLStore. getKeys()
-