asadmin [asadmin-options] list-jacc-providers [--help]
[target]
list-jacc-providers |
Previous | Next | Contents |
enables administrators to list JACC providers defined for a domain
Synopsis
asadmin [asadmin-options] list-jacc-providers [--help]
[target]
Description
The list-jacc-providers
subcommand enables administrators to list the
JACC providers defined for a domain. JACC providers are defined as
jacc-provider
elements in the security-service
element in the
domain’s domain.xml
file. JACC providers can be created using the
\{product---name} Admin Console or the create-jacc-provider
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.
Operands
Specifies the target for which you want to list JACC providers. The
following values are valid:
server
Lists the JACC providers on the default server instance. This is the default value.
Lists the JACC providers in the specified configuration.
Lists the JACC providers on all server instances in the specified cluster.
Lists the JACC providers on a specified server instance.
Examples
Example 1 Listing JACC providers
The following example shows how to list JACC providers for the default domain.
asadmin> list-jacc-providers
default
simple
testJACC
Command list-jacc-providers executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |