| DisableSecureAdminCommand |
Adjusts the DAS configuration to turn off secure admin, as if by
executing these commands:
|
| EnableSecureAdminCommand |
Records that secure admin is to be used and adjusts each admin listener
configuration in the domain to use secure admin.
|
| SecureAdminCommand |
Provides common behavior for the enable and disable secure admin commands.
|
| SecureAdminConfigMonitor |
Tracks changes to secure admin configuration, basically so it can report
restart-required.
|
| SecureAdminConfigUpgrade |
Upgrades older config to current.
|
| SecureAdminHelperImpl |
Various utility methods which support secure admin operations.
|
| SecureAdminStartupCheck |
Starting in GlassFish 3.1.2, the DAS uses SSL to send admin requests to
instances regardless of whether the user has enabled secure admin.
|
| SecureAdminUpgradeHelper |
Common logic for formal upgrade (i.e., start-domain --upgrade) and
silent upgrade (starting a newer version of GlassFish using an older version's
domain.xml).
|