public interface DiscoveryOption
Modifier and Type | Method and Description |
---|---|
void |
allowDiscovery(List<DomainControllerManagementInterface> interfaces)
Allow a domain controller's host name and port number to be discovered.
|
void |
cleanUp()
Clean up anything that was created for domain controller discovery.
|
List<RemoteDomainControllerConnectionConfiguration> |
discover()
Determine the host name and port of the remote domain controller.
|
void allowDiscovery(List<DomainControllerManagementInterface> interfaces)
interfaces
- the interfaces of the domain controller.List<RemoteDomainControllerConnectionConfiguration> discover()
void cleanUp()
Copyright © 2023 JBoss by Red Hat. All rights reserved.