2.20.10 delete-connector-security-map
Deletes a security map for the specified connector connection pool.
Synopsis
asadmin [asadmin-options] delete-connector-security-map [--help] --poolname connector_connection_pool_name mapname
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The delete-connector-security-map subcommand deletes a security map for the specified connector connection pool.
For this subcommand to succeed, you must have first created a connector connection pool using the create-connector-connection-pool subcommand.
This subcommand is supported in remote mode only.
Precondition
-
DAS has to be in a running state.
-
For --poolname option, a connector connection pool should be created.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --poolname connector_connection_pool_name
-
Specifies the name of the connector connection pool to which the security map that is to be deleted belongs.
Type: String
The following values can be specified:
-
Name of the connector connection pool
Default value: N/A
-
- mapname
-
Specifies the name of the security map.
Type: String
The following values can be specified:
-
Name of the security map
Default value: N/A
-
Examples
The following example deletes securityMap1 for the existing connection pool named connector-pool1.
asadmin delete-connector-security-map --poolname connector-pool1 securityMap1
Exit Status
Exit Status |
Explanation |
---|---|
0 |
command executed successfully. |
1 |
error in executing the command. |