Listing users and groups in topic space root roles using the wsadmin tool

As well as having permission to access the relevant topics, a user or group must also have permission to access the topic space to which these topics belong. Use these commands to list users and groups in roles on the topic space root.

To run these commands, use the AdminTask object of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow you to make the most commonly-required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.

Commands

Listing users
To list the users currently in a topic space root role, use the following command:
$AdminTask listUsersInTopicSpaceRootRole
         {-bus busName
         	-topicSpace topicSpaceName
        	 -role roleName}
Listing groups
To list the groups currently in a topic space root role, use the following command:
$AdminTask listGroupsInTopicSpaceRootRole
         {-bus busName
         	-topicSpace topicSpaceName
         	-role roleName}



Related tasks
Administering topic space root roles through the command line
Reference topic    

Terms of Use | Feedback

Last updated: Sep 20, 2010 9:00:59 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-dist&topic=rjr_topic_root_list
File name: rjr_topic_root_list.html