2.9.9 delete-password-alias
Deletes a password alias.
Synopsis
asadmin [asadmin-options] delete-password-alias [--help] aliasname
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The delete-password-alias subcommand deletes a password alias.
Precondition
Domain Administration Server (DAS) is running.
Files
For aliasname operand, this is the name of the substitute password as it appears in domain.xml.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- aliasname
-
Specifies the name of the substitute password as it appears in the domain.xml file.
Type: String
The following values can be specified:
-
Name of the substitute password
Default value: N/A
-
Examples
asadmin delete-password-alias jdbcpassword-alias
Exit Status
Exit Status |
Explanation |
---|---|
0 |
command executed successfully. |
1 |
error in executing the command. |