Modifies a work security map for the specified resource adapter.
Synopsis
asadmin [asadmin-options] update-connector-work-security-map [--help]
--raname raname
[--addprincipals eis-principal1=server-principal1[, eis-principal2=server-principal2]*]
[--addgroups eis-group1=server-group1[, eis-group2=server-group2]*]
[--removeprincipals eis-principal1[,eis-principal2]*]
[--removegroups eis-group1[, eis-group2]*]
mapnameDescription
The update-connector-work-security-map subcommand modifies a security map for 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. 
- --addgroups
- 
Specifies a comma-separated list of EIS groups to be added. Use either the --addprincipalsoption or the--addgroupsoption, but not both.
- --addprincipals
- 
Specifies a comma-separated list of EIS-specific principals to be added. Use either the --addprincipalsoption or the--addgroupsoption, but not both.
- --removegroups
- 
Specifies a comma-separated list of EIS groups to be removed. 
- --removeprincipals
- 
Specifies a comma-separated list of EIS-specific principals to be removed. 
- --raname
- 
Indicates the connector module name with which the work security map is associated. 
Examples
Example 1 Updating a Connector Work Security Map
This example updates workSecurityMap2 by removing eis-group-2.
asadmin> update-connector-work-security-map
--raname my-resource-adapter --removegroups eis-group-2 workSecurityMap2
Command update-connector-work-security-map executed successfully.