Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

list-connector-work-security-maps

lists the work security maps belonging to the specified resource adapter

Synopsis

list-connector-work-security-maps [--help] [--securitymap securitymap]
resource_adapter_name

Description

The list-connector-work-security-maps subcommand lists the work security maps belonging to the specified resource adapter.

This subcommand is supported in remote mode only.

Options

--help
-?

Displays the help text for the subcommand.

--securitymap

Specifies the name of the security map contained within the resource adapter from which the identity and principals should be listed.

Operands

resource_adapter_name

The name of the resource adapter for which you want to list security maps.

Examples

Example 1   Listing Connector Work Security Maps

This example lists the current connector work security maps for the resource adapter named my_resource_adapter.

asadmin> list-connector-work-security-maps my_resource_adapter
workSecurityMap1: EIS principal=eis-principal-2, mapped principal=server-principal-2
workSecurityMap1: EIS principal=eis-principal-1, mapped principal=server-principal-1
workSecurityMap2: EIS principal=eis-principal-2, mapped principal=server-principal-2
workSecurityMap2: EIS principal=eis-principal-1, mapped principal=server-principal-1
Command list-connector-work-security-maps executed successfully.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also

create-connector-work-security-map(1), delete-connector-work-security-map(1), update-connector-work-security-map(1)

asadmin(1M)