Package edu.uiuc.ncsa.oa2.qdl
Class ClientManagementCommands
- java.lang.Object
-
- org.oa4mp.server.qdl.ClientManagementCommands
-
- All Implemented Interfaces:
edu.uiuc.ncsa.qdl.extensions.QDLModuleMetaClass
,Serializable
public class ClientManagementCommands extends Object implements edu.uiuc.ncsa.qdl.extensions.QDLModuleMetaClass
Created by Jeff Gaynor
on 3/31/20 at 11:07 AM- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ClientManagementCommands.Approve
class
ClientManagementCommands.InitMethod
class
ClientManagementCommands.Keys
class
ClientManagementCommands.ReadClient
class
ClientManagementCommands.Remove
class
ClientManagementCommands.SaveClient
class
ClientManagementCommands.Search
class
ClientManagementCommands.Size
-
Field Summary
Fields Modifier and Type Field Description protected String
APPROVE_NAME
protected String
checkInitMessage
protected String
INIT_NAME
protected String
KEYS_NAME
protected String
READ_NAME
protected String
REMOVE_NAME
protected String
SAVE_NAME
protected String
SEARCH_NAME
protected String
SIZE_NAME
-
Constructor Summary
Constructors Constructor Description ClientManagementCommands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkInit()
org.apache.commons.configuration.tree.ConfigurationNode
getConfigurationNode()
OA2SE
getEnvironment()
edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment>
getLoader()
edu.uiuc.ncsa.security.core.util.MyLoggingFacade
getLogger()
protected void
init(String configFile, String cfgName)
void
setConfigurationNode(org.apache.commons.configuration.tree.ConfigurationNode configurationNode)
void
setLogger(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
protected edu.uiuc.ncsa.qdl.variables.QDLStem
toStem(OA2Client client)
-
-
-
Field Detail
-
INIT_NAME
protected String INIT_NAME
-
checkInitMessage
protected String checkInitMessage
-
READ_NAME
protected String READ_NAME
-
SAVE_NAME
protected String SAVE_NAME
-
SEARCH_NAME
protected String SEARCH_NAME
-
SIZE_NAME
protected String SIZE_NAME
-
REMOVE_NAME
protected String REMOVE_NAME
-
KEYS_NAME
protected String KEYS_NAME
-
APPROVE_NAME
protected String APPROVE_NAME
-
-
Method Detail
-
getLogger
public edu.uiuc.ncsa.security.core.util.MyLoggingFacade getLogger()
-
setLogger
public void setLogger(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger)
-
getLoader
public edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> getLoader()
-
getConfigurationNode
public org.apache.commons.configuration.tree.ConfigurationNode getConfigurationNode()
-
setConfigurationNode
public void setConfigurationNode(org.apache.commons.configuration.tree.ConfigurationNode configurationNode)
-
checkInit
protected void checkInit()
-
-