asadmin [asadmin-options] list-connector-security-maps [--help]
[--securitymap securitymap]
[--verbose={false|true}] [--target target]
pool-name
|
list-connector-security-maps |
| Previous | Next | Contents |
lists the security maps belonging to the specified connector connection pool
Synopsis
asadmin [asadmin-options] list-connector-security-maps [--help]
[--securitymap securitymap]
[--verbose={false|true}] [--target target]
pool-name
Description
The list-connector-security-maps subcommand lists the security maps
belonging to 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.
Options
Options for the asadmin utility. For information about these
options, see the asadmin(1M) help page.
--help-?Displays the help text for the subcommand.
--securitymapSpecifies the name of the security map contained within the connector
connection pool from which the identity and principals should be
listed. With this option, --verbose is redundant.
--verboseIf set to true, returns a list including the identity, principals,
and security name. The default is false.
--targetDo not specify this option. This option is retained for compatibility with earlier releases. If you specify this option, a syntax error does not occur. Instead, the subcommand runs successfully and displays a warning message that the option is ignored.
Operands
Name of the connector connection pool for which you want to list security maps.
Examples
Example 1 Listing the Connector Security Maps
This example lists the existing connector security maps for the pool
named connector-Pool1.
asadmin> list-connector-security-maps connector-Pool1
securityMap1
Command list-connector-security-maps executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.