public class S3Discovery extends Object implements DiscoveryOption
Constructor and Description |
---|
S3Discovery(Map<String,org.jboss.dmr.ModelNode> properties)
Create the S3Discovery option.
|
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.
|
String |
toString() |
public void allowDiscovery(List<DomainControllerManagementInterface> interfaces)
DiscoveryOption
allowDiscovery
in interface DiscoveryOption
interfaces
- the interfaces of the domain controller.public List<RemoteDomainControllerConnectionConfiguration> discover()
DiscoveryOption
discover
in interface DiscoveryOption
public void cleanUp()
DiscoveryOption
cleanUp
in interface DiscoveryOption
Copyright © 2023 JBoss by Red Hat. All rights reserved.