public class ListPermissions extends CommandList implements ExecutableCliCommand
Permissions for a Application/Role.
Usage: appng list-permissions [options]
Options:
* -a
The application name.
-r
The role name.
-t
Prints tab-separated values instead of a table.
Default: false
-v
Verbose output.
Default: false
beVerbose, prettyTable, tabbedValues| Modifier | Constructor and Description |
|---|---|
|
ListPermissions() |
protected |
ListPermissions(String applicationName,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CliEnvironment cle)
Executes the command.
|
getPrettyTable, renderTablepublic void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandCopyright © 2011–2019 aiticon GmbH. All rights reserved.