| Package | Description |
|---|---|
| com.sun.enterprise.admin.cli.schemadoc | |
| com.sun.enterprise.security.admin.cli | |
| com.sun.enterprise.security.cli | |
| com.sun.enterprise.v3.admin | |
| com.sun.enterprise.v3.admin.commands |
All the general utility admin commands may be placed in this package.
|
| org.glassfish.admin.rest.generator.client | |
| org.glassfish.deployment.admin | |
| org.glassfish.osgi.cli.remote |
| Modifier and Type | Class and Description |
|---|---|
class |
GenerateDomainSchema |
| Modifier and Type | Class and Description |
|---|---|
class |
DisableSecureAdminCommand
Adjusts the DAS configuration to turn off secure admin, as if by
executing these commands:
|
class |
EnableSecureAdminCommand
Records that secure admin is to be used and adjusts each admin listener
configuration in the domain to use secure admin.
|
| Modifier and Type | Class and Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
CreatePasswordAlias
Create Password Alias Command
Usage: create-password-alias [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname
Result of the command is that:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
DeletePasswordAlias
Delete Password Alias Command
Usage: delete-password-alias [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname
Result of the command is that:
The entry of the form: aliasname= class ListPasswordAlias
List Password Aliases Command
Usage: list-password-aliases [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name]
Result of the command is that:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
ListSupportedCipherSuites
author - Nithya Subramanian
Usage: list-supported-cipher-suites
[--help] [--user admin_user] [--passwordfile file_name]
[target_name(default server)]
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
UpdatePasswordAlias
Update Password Alias Command
Usage: update-password-alias [--terse=false] [--echo=false]
[--interactive=true] [--host localhost] [--port 4848|4849]
[--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname
Result of the command is that:
the entry of the form: aliasname=
Uses of AccessRequired in com.sun.enterprise.v3.admin
Uses of AccessRequired in com.sun.enterprise.v3.admin.commands
Uses of AccessRequired in org.glassfish.admin.rest.generator.client
Uses of AccessRequired in org.glassfish.deployment.admin
Uses of AccessRequired in org.glassfish.osgi.cli.remote
Copyright © 2017. All rights reserved. |