public interface IDefinition
Modifier and Type | Method and Description |
---|---|
String |
getLogName()
Returns log name.
|
String |
getProductName()
Returns product name.
|
SubCommand |
getSubCommand(String name)
Returns sub command object.
|
List |
getSubCommands()
Returns a list of sub commands.
|
void |
init(Locale locale)
Initializes the definition class.
|
boolean |
isAuthOption(String opt)
Returns
true if the option is an authentication related
option such as user ID and password. |
void init(Locale locale) throws CLIException
locale
- Locale of the request.CLIException
- if command definition cannot initialized.String getProductName()
String getLogName()
List getSubCommands()
SubCommand getSubCommand(String name)
name
- Name of sub command.boolean isAuthOption(String opt)
true
if the option is an authentication related
option such as user ID and password.opt
- Name of option.true
if the option is an authentication related
option such as user ID and password.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.