Use the populateUniqueNames command to add missing unique names to the authorization policy for a service integration bus.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.
This command is valid only when used with WebSphere Application Server Version 7.0 application servers. Do not use it with earlier versions.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
AdminConfig.save()
The populateUniqueNames command queries the user repository for missing unique names, and adds the missing unique names to the authorization policy for a selected service integration bus.
None.
None.
The following example queries the user repository for Bus1 for unique names, and updates all the unique names in the authorization policy.
AdminTask.populateUniqueNames('[-bus Bus1 -force TRUE]')