Lists the work security maps belonging to the specified resource adapter.
Synopsis
asadmin [asadmin-options] list-connector-work-security-maps [--help]
[--securitymap securitymap]
resource_adapter_nameDescription
The list-connector-work-security-maps subcommand lists the work security maps belonging to the specified resource adapter.
This subcommand is supported in remote mode only.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --securitymap
- 
Specifies the name of the security map contained within the resource adapter from which the identity and principals should be listed. 
Operands
- resource_adapter_name
- 
The name of the resource adapter for which you want to list security maps. 
Examples
Example 1 Listing Connector Work Security Maps
This example lists the current connector work security maps for the resource adapter named my_resource_adapter.
asadmin> list-connector-work-security-maps my_resource_adapter
workSecurityMap1: EIS principal=eis-principal-2, mapped principal=server-principal-2
workSecurityMap1: EIS principal=eis-principal-1, mapped principal=server-principal-1
workSecurityMap2: EIS principal=eis-principal-2, mapped principal=server-principal-2
workSecurityMap2: EIS principal=eis-principal-1, mapped principal=server-principal-1
Command list-connector-work-security-maps executed successfully.