Visit Azul.com Support

List-Secure-Admin-Internal-Users

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Lists the user names that the Payara Server DAS and instances use to authenticate with each other and to authorize admin operations.

Synopsis

 
asadmin [asadmin-options] list-secure-admin-internal-users [--help] [--long={false|true}] [--output output] [--header={false|true}] [name]

Description

The list-secure-admin-internal-users subcommand lists the user names that the Payara Server DAS and instances use to authenticate with each other and to authorize admin operations.

Options

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand. --long: -l: Displays detailed information about each internal user. The default value is false. --output: -o: Displays specific details about each internal user. 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:
username;; Displays the user name for the internal user. password-alias;; Displays the password alias for the internal user. --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

name: The user name for the internal user for which you want to display details.

Examples

Example 1 Listing the User Name for Secure Admin

This example lists the user names that the Payara Server DAS and instances use to authenticate with each other and to authorize admin operations.

 
asadmin> list-secure-admin-internal-users Command list-secure-admin-internal-users executed successfully.

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also