2.25.3 list-message-security-providers
Lists all the security message providers for the given message layer.
Synopsis
asadmin [asadmin-options] list-message-security-providers [--help] [--layer message_layer] [target]
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The list-message-security-providers subcommand of asadmin enables administrators to list all security message providers (provider-config sub-elements) for the given message layer (message-security-config element of domain.xml). This subcommand is supported in remote mode only.
Execution permission
Superuser
Precondition
Domain Administration Server (DAS) is running.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --layer message_layer
-
Specifies the message-layer for which the provider has to be listed. The default value is HttpServlet.
Type: String
The following values can be specified:
-
SOAP
-
HttpServlet
Default value: HttpServlet
-
- target
-
Restricts the listing to message security providers for a specific target.
Type: String
The following values can be specified:
-
server
Lists providers for the default server instance server and is the default value.
-
domain
Lists providers for the domain.
-
cluster_name
Lists providers for the server instances in the cluster.
-
instance_name
Lists providers for a particular server instance.
Default value: server
-
Examples
The following example shows how to list message security providers for a message layer.
asadmin list-message-security-providers --layer SOAP
Exit Status
Exit Status |
Explanation |
---|---|
0 |
subcommand executed successfully. |
1 |
error in executing the subcommand. |