Hitachi

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


2.9.15 list-jacc-providers

Lists JACC providers defined for a domain. This option is applicable only for administrators.

Synopsis

asadmin [asadmin-options] list-jacc-providers [--help]
    [target]

Storage location

Application Server installation directory/javaee/glassfish/bin

Function

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.xml file of the corresponding domain. JACC providers can be created using the create-jacc-provider subcommand. This subcommand is supported in remote mode only.

Precondition

Domain Administration Server (DAS) is running.

Files

JACC providers are defined as jacc-provider elements in the security-service element in the domain's domain.xml file.

Arguments

--help | -?

Displays the help text for the subcommand.

target

Specifies the target for which you want to list JACC providers.

Type: String

The following values can be specified:

  • server

    Lists the JACC providers on the default server instance. This is the default value.

  • configuration_name

    Lists the JACC providers in the specified configuration.

  • cluster_name

    Lists the JACC providers on all server instances in the specified cluster.

  • instance_name

    Lists the JACC providers on a specified server instance.

Default value: server

Examples

The following example informs how to list JACC providers for the default domain.

asadmin list-jacc-providers

Exit Status

Exit Status

Explanation

0

subcommand executed successfully.

1

error in executing the subcommand.