public class OA2ClientCommands
extends edu.uiuc.ncsa.myproxy.oa4mp.server.ClientStoreCommands
Created by Jeff Gaynor
on 4/3/14 at 3:24 PM
| Constructor and Description |
|---|
OA2ClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
edu.uiuc.ncsa.security.core.Store store) |
OA2ClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String defaultIndent,
edu.uiuc.ncsa.security.core.Store clientStore,
edu.uiuc.ncsa.security.delegation.server.storage.ClientApprovalStore clientApprovalStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
extraUpdates(edu.uiuc.ncsa.security.core.Identifiable identifiable)
In this case, the secret has to be gotten and processed into a hash,
callback uris listed and the refresh token lifetime set.
|
Collection<String> |
getSupportedScopes() |
protected net.sf.json.JSON |
inputJSON(net.sf.json.JSON oldJSON,
String componentName) |
protected net.sf.json.JSON |
inputJSON(net.sf.json.JSON oldJSON,
String componentName,
boolean isArray)
Allows for entering a new JSON object.
|
boolean |
isRefreshTokensEnabled() |
protected void |
longFormat(edu.uiuc.ncsa.security.delegation.storage.BaseClient identifiable,
edu.uiuc.ncsa.security.delegation.server.storage.ClientApproval clientApproval) |
void |
setRefreshTokensEnabled(boolean refreshTokensEnabled) |
void |
setSupportedScopes(Collection<String> supportedScopes) |
protected void |
showDeserializeHelp() |
getName, getPublicKeyFile, longFormat, updateapprove, create_hash, format, format, getClientApprovalStore, listAll, rm, setClientApprovalStore, showApproveHelp, showCreateHashHelpdeserialize, edit, search, serialize, showSearchHelpclearEntries, create, create, createNew, findItem, getPrompt, getSortable, getStore, hasEntries, loadAllEntries, ls, setSortable, setStore, showCreateHelp, showLSHelp, showRMHelp, showSerializeHelp, showSizeHelp, showUpdateHelp, size, updatepublic OA2ClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
String defaultIndent,
edu.uiuc.ncsa.security.core.Store clientStore,
edu.uiuc.ncsa.security.delegation.server.storage.ClientApprovalStore clientApprovalStore)
public OA2ClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
edu.uiuc.ncsa.security.core.Store store)
public boolean isRefreshTokensEnabled()
public void setRefreshTokensEnabled(boolean refreshTokensEnabled)
public Collection<String> getSupportedScopes()
public void setSupportedScopes(Collection<String> supportedScopes)
protected void longFormat(edu.uiuc.ncsa.security.delegation.storage.BaseClient identifiable,
edu.uiuc.ncsa.security.delegation.server.storage.ClientApproval clientApproval)
longFormat in class edu.uiuc.ncsa.myproxy.oa4mp.server.testing.BaseClientStoreCommandspublic void extraUpdates(edu.uiuc.ncsa.security.core.Identifiable identifiable)
extraUpdates in class edu.uiuc.ncsa.myproxy.oa4mp.server.ClientStoreCommandsidentifiable - protected net.sf.json.JSON inputJSON(net.sf.json.JSON oldJSON,
String componentName)
protected net.sf.json.JSON inputJSON(net.sf.json.JSON oldJSON,
String componentName,
boolean isArray)
oldJSON - protected void showDeserializeHelp()
showDeserializeHelp in class edu.uiuc.ncsa.security.util.cli.StoreCommandsCopyright © 2018. All Rights Reserved.