Package | Description |
---|---|
com.sun.identity.cli |
Modifier and Type | Method and Description |
---|---|
CommandManager |
RequestContext.getCommandManager()
Returns the
CommandManager object. |
protected CommandManager |
CLICommandBase.getCommandManager() |
Modifier and Type | Method and Description |
---|---|
static CLIException |
AttributeValues.createIncorrectFormatException(CommandManager mgr,
String line) |
static void |
Debugger.error(CommandManager mgr,
String msg)
Prints error messages only when debug level is greater than DEBUG.OFF.
|
static void |
Debugger.error(CommandManager mgr,
String msg,
Throwable t)
Prints error messages only if debug state is greater than
Debug.OFF.
|
void |
UsageFormatter.format(CommandManager mgr)
Prints the usage of CLI.
|
void |
UsageFormatter.format(CommandManager mgr,
SubCommand cmd)
Prints the usage of sub command.
|
static String |
CLIUtil.getFileContent(CommandManager mgr,
String fileName)
Returns content of a file.
|
static String |
CLIUtil.getFileContent(CommandManager mgr,
String fileName,
boolean singleLine)
Returns content of a file.
|
static void |
LogWriter.log(CommandManager mgr,
int type,
Level level,
String msgid,
String[] msgdata,
SSOToken ssoToken)
Writes to log.
|
static void |
Debugger.message(CommandManager mgr,
String msg)
Prints messages only when the debug state is either
Debug.MESSAGE or Debug.ON.
|
static void |
Debugger.message(CommandManager mgr,
String msg,
Throwable t)
Prints debug and exception messages only when the debug
state is either Debug.MESSAGE or Debug.ON.
|
static Map<String,Set<String>> |
AttributeValues.parse(CommandManager mgr,
List listAttributeValues)
Returns a map of attribute name to set of values.
|
static Map<String,Set<String>> |
AttributeValues.parse(CommandManager mgr,
String fileName)
Returns a map of attribute name to set of values.
|
static Map<String,Set<String>> |
AttributeValues.parse(CommandManager mgr,
String fileName,
List listAttributeValues)
Returns a map of attribute name to set of values.
|
void |
CLIRequest.process(CommandManager mgr)
Processes the request.
|
void |
CLIRequest.process(CommandManager mgr,
SSOToken ssoToken)
Processes the request.
|
static void |
Debugger.warning(CommandManager mgr,
String msg)
Prints warning messages only when debug level is greater than
Debug.ERROR.
|
static void |
Debugger.warning(CommandManager mgr,
String msg,
Throwable t)
Prints warning messages only when debug level is greater than
Debug.ERROR.
|
Constructor and Description |
---|
RequestContext(CLIRequest request,
CommandManager commandMgr,
SubCommand subcmd)
Creates a request context object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.