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)
DiscoveryOptionallowDiscovery in interface DiscoveryOptioninterfaces - the interfaces of the domain controller.public List<RemoteDomainControllerConnectionConfiguration> discover()
DiscoveryOptiondiscover in interface DiscoveryOptionpublic void cleanUp()
DiscoveryOptioncleanUp in interface DiscoveryOptionCopyright © 2019 JBoss by Red Hat. All rights reserved.