Searched defs:webSupport (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-definitions/src/main/java/com/sun/identity/cli/annotation/
H A DSubCommandInfo.java41 String webSupport(); method in interface:SubCommandInfo
/forgerock/openam/openam-cli/openam-cli-definitions/src/main/java/com/sun/identity/cli/annotation/
H A DSubCommandInfo.java41 String webSupport(); method in interface:SubCommandInfo
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSubCommand.java60 private boolean webSupport; field in class:SubCommand
162 * @param webSupport <code>true</code> if this command is supported on the web browser.
174 boolean webSupport,
181 this.webSupport = webSupport;
632 return webSupport;
166 SubCommand( IDefinition definition, ResourceBundle rb, String name, List mandatoryOptions, List optionalOptions, List optionAliases, String implClassName, boolean webSupport, String deprecationWarning ) argument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSubCommand.java60 private boolean webSupport; field in class:SubCommand
162 * @param webSupport <code>true</code> if this command is supported on the web browser.
174 boolean webSupport,
181 this.webSupport = webSupport;
632 return webSupport;
166 SubCommand( IDefinition definition, ResourceBundle rb, String name, List mandatoryOptions, List optionalOptions, List optionAliases, String implClassName, boolean webSupport, String deprecationWarning ) argument

Completed in 63 milliseconds