Determining destination defaults inheritance
By default, the inheritance of default permissions by destinations is allowed for all local destinations. Use this command to determine whether the inheritance of default permissions is enabled or disabled for a local destination.
To run the command, use the AdminTask object of the wsadmin scripting client.
(iSeries) (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .
Command-line help is provided for service integration bus commands:
- For a list of the available service integration bus security commands in Jython and a brief description of each command, enter at the wsadmin prompt:
print AdminTask.help('SIBAdminBusSecurityCommands')
- For overview help on a given command, enter at the wsadmin prompt:
print AdminTask.help('command_name')
Command
To determine whether a specified destination inherits default destination user roles.
- Use Jython:
AdminTask.isInheritDefaultsForDestination("-type destinationType -bus busName -destination destinationName")- Use Jacl:
$AdminTask isInheritDefaultsForDestination {-type destinationType -bus busName -destination destinationName}
This command will return either True or False.