asadmin [asadmin-options] list-secure-admin-principals [--help]
[--long={false|true}]
[--output output]
[--header={false|true}]
[name]
list-secure-admin-principals |
Previous | Next | Contents |
lists the certificates for which \{product---name} accepts admin requests from clients.
Synopsis
asadmin [asadmin-options] list-secure-admin-principals [--help]
[--long={false|true}]
[--output output]
[--header={false|true}]
[name]
Description
The list-secure-admin-principals
subcommand lists the certificates for
which \{product---name} accepts admin requests from clients.
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.
--long
-l
Displays detailed information about the certificates for which
\{product---name} accepts admin requests from clients. The default
value is false
.
--output
-o
Displays specific details about the certificates for which
\{product---name} accepts admin requests from clients. Use a
comma-separated list to specify the details you want to display and
their order. The values are case-insensitive.
Possible values are as follows:
DN
Displays the distinguished name (DN) of each certificate.
--header
-h
Specifies whether column headings are displayed when the --long
option is used. The default value is true
. To suppress the headings,
set the --header
option to false
.
Operands
The distinguished name of the certificate, specified as a
comma-separated list in quotes. For example:
"CN=system.amer.oracle.com,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US"
.
Examples
Example 1 Listing the Certificates
This example lists the certificates for which \{product---name} accepts admin requests from clients.
asadmin> list-secure-admin-principals
CN=localhost,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US
CN=localhost-instance,OU=GlassFish,O=Oracle Corporation,L=Santa Clara,ST=California,C=US
Command list-secure-admin-principals executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |