public interface LocalHostControllerInfo
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAllowedOrigins() |
String |
getHttpManagementInterface()
Gets the name of the interface on which the host listens for HTTP management requests.
|
int |
getHttpManagementPort()
Gets the name of the port on which the host listens for HTTP management requests.
|
String |
getHttpManagementSecureInterface()
Gets the name of the interface on which the host listens for HTTPS management requests.
|
int |
getHttpManagementSecurePort()
Gets the name of the port on which the host listens for HTTPS management requests.
|
String |
getHttpManagementSecurityRealm()
Gets the name of the security realm to use for for HTTP management requests.
|
String |
getLocalHostName()
Gets the host controller's name.
|
String |
getNativeManagementInterface()
Gets the name of the interface on which the host listens for native management requests.
|
int |
getNativeManagementPort()
Gets the name of the port on which the host listens for native management requests.
|
String |
getNativeManagementSecurityRealm()
Gets the name of the security realm to use for for native management requests.
|
ControlledProcessState.State |
getProcessState()
Gets the current state of the host controller process.
|
List<DiscoveryOption> |
getRemoteDomainControllerDiscoveryOptions()
Gets a list of discovery options that can be used to discover the
remote domain controller.
|
String |
getRemoteDomainControllerUsername()
Gets the username to use when authenticating against the
remote domain controller.
|
boolean |
isBackupDc()
Whether we are acting as a backup DC or not (started with the --backup option)
|
boolean |
isMasterDomainController()
Gets whether the local host controllers is acting as the master domain controller.
|
boolean |
isRemoteDomainControllerIgnoreUnaffectedConfiguration()
Gets whether we are set up to automatically ignore configuration from the DC
which does not apply to our servers.
|
String getLocalHostName()
IllegalStateException - if getProcessState() is ControlledProcessState.State.STARTINGboolean isMasterDomainController()
true if the local host controller is the masterIllegalStateException - if getProcessState() is ControlledProcessState.State.STARTINGboolean isBackupDc()
true if we intend to be able to take over as DCString getNativeManagementInterface()
int getNativeManagementPort()
String getNativeManagementSecurityRealm()
String getHttpManagementInterface()
int getHttpManagementPort()
String getHttpManagementSecureInterface()
int getHttpManagementSecurePort()
String getHttpManagementSecurityRealm()
String getRemoteDomainControllerUsername()
List<DiscoveryOption> getRemoteDomainControllerDiscoveryOptions()
boolean isRemoteDomainControllerIgnoreUnaffectedConfiguration()
true if we should ignoreControlledProcessState.State getProcessState()
Collection<String> getAllowedOrigins()
Copyright © 2015 JBoss by Red Hat. All rights reserved.