Hitachi

Hitachi Application Server V10 Command Reference Guide (For Windows® Systems)


2.20.17 list-connector-security-maps

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}]
    pool-name

Storage location

Application Server installation directory/javaee/glassfish/bin

Function

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.

Precondition

Domain Administration Server (DAS) is running.

Arguments

--help | -?

Displays the help text for the subcommand.

--securitymap securitymap

Specifies 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.

Type: String

The following values can be specified:

  • Name of the security map

Default value: N/A

--verbose={false|true}

Returns a list including the identity, principals, and security name.

Type: Boolean

The following values can be specified:

  • true

  • false

Default value: false

pool-name

Specifies the name of the connector connection pool for which you want to list security maps.

Type: String

The following values can be specified:

  • Name of the connector connection pool

Default value: N/A

Examples

The following example lists the existing connector security maps for the pool named connector-Pool1.

asadmin list-connector-security-maps connector-Pool1

Exit Status

Exit Status

Explanation

0

subcommand executed successfully.

1

error in executing the subcommand.