public class ActiveDirectoryDomain extends hudson.model.AbstractDescribableImpl<ActiveDirectoryDomain> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveDirectoryDomain.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
name
Domain name
|
String |
servers
If non-null, Jenkins will try to connect at this server at the first priority, before falling back to
discovered DNS servers.
|
| Constructor and Description |
|---|
ActiveDirectoryDomain(String name,
String servers) |
public String name
When this plugin is used on Windows, this field is null, and we use ADSI and ADO through com4j to perform authentication.
OTOH, when this plugin runs on non-Windows, this field must be non-null, and we'll use LDAP for authentication.
public String servers
Copyright © 2016. All rights reserved.