Use the removeUserFromBusConnectorRole command to remove a user from the connector role for a local bus.
To run the command, use the AdminTask object of the wsadmin scripting client.
This command is valid only when used with WebSphere® Application Server Version 7.0 or later application servers. Do not use it with earlier versions.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
AdminConfig.save()
Use the removeUserFromBusConnectorRole command to remove a user from the bus connector role for a local bus. Removing a user from this role prevents the user from accessing local destinations, or sending messages to destinations on foreign buses.
None.
None.
None.
The following example removes a user called User1 from the bus connector role for a bus called Bus1.
AdminTask.removeUserFromBusConnectorRole ('[-bus Bus1 -user User1]')
The following example removes the Server user from the bus connector role for a bus called Bus1.
AdminTask.removeUserFromBusConnectorRole ('[-bus Bus1 -user Server]')