2.20.11 delete-connector-work-security-map
Deletes a work security map for the specified resource adapter.
Synopsis
asadmin [asadmin-options] delete-connector-work-security-map [--help] --raname raname mapname
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The delete-connector-work-security-map subcommand deletes a security map associated with the specified resource adapter. For this subcommand to succeed, you must have first created and deployed the specified resource adapter. The enterprise information system (EIS) is any system that holds the data of an organization. It can be a mainframe, a messaging system, a database system, or an application.
This subcommand is supported in remote mode only.
Precondition
-
DAS has to be in a running state.
-
For --raname option, the specified resource adapter should be created and deployed.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --raname raname
-
Indicates the connector module name with which the work security map is associated.
Type: String
The following values can be specified:
-
Name of the resource adapter
Default value: N/A
-
- mapname
-
Specifies the name of the work security map.
Type: String
The following values can be specified:
-
Name of the work security map
Default value: N/A
-
Examples
The following example deletes the work security map named work_security_map_name for the resource adapter named ra_name.
asadmin delete-connector-work-security-map --raname ra_name work_security_map_name
Exit Status
Exit Status |
Explanation |
---|---|
0 |
command executed successfully. |
1 |
error in executing the command. |