@Service(name="disable-secure-admin") @PerLookup @ExecuteOn(value={DAS,INSTANCE}) public class DisableSecureAdminCommand extends SecureAdminCommand
asadmin -s set configs.config.server-config.network-config.network-listeners.network-listener.admin-listener.protocol=admin-listener
asadmin -s delete-protocol sec-admin-listener
asadmin -s delete-protocol admin-http-redirect
asadmin -s delete-protocol pu-protocol
ADMIN_LISTENER_NAME, domain| Constructor and Description |
|---|
DisableSecureAdminCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
transactionErrorMessageKey()
Returns the error key for finding a message describing an error
during the operation - either enable or disable.
|
execute, runprotected String transactionErrorMessageKey()
SecureAdminCommandEach concrete subclass overrides this to supply the relevant message key.
transactionErrorMessageKey in class SecureAdminCommandCopyright © 2019. All rights reserved.