| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveDirectoryStatus.ServerHealth
ServerHealth of a SocketInfo
|
| Modifier and Type | Method and Description |
|---|---|
List<SocketInfo> |
ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer(ActiveDirectoryDomain activeDirectoryDomain) |
List<SocketInfo> |
ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer(DirContext ictx,
String domainName,
String site,
String preferredServers)
Use DNS and obtains the LDAP servers that we should try.
|
List<SocketInfo> |
ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer(String domainName,
String site,
String preferredServer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DirContext |
ActiveDirectorySecurityRealm.DescriptorImpl.bind(String principalName,
String password,
List<SocketInfo> ldapServers)
Deprecated.
|
DirContext |
ActiveDirectorySecurityRealm.DescriptorImpl.bind(String principalName,
String password,
List<SocketInfo> ldapServers,
Hashtable<String,String> props)
Deprecated.
|
DirContext |
ActiveDirectorySecurityRealm.DescriptorImpl.bind(String principalName,
String password,
List<SocketInfo> ldapServers,
Hashtable<String,String> props,
hudson.plugins.active_directory.TlsConfiguration tlsConfiguration)
Binds to the server using the specified username/password.
|
UserDetails |
ActiveDirectoryUnixAuthenticationProvider.retrieveUser(String username,
hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider.Password password,
ActiveDirectoryDomain domain,
List<SocketInfo> ldapServers)
Authenticates and retrieves the user by using the given list of available AD LDAP servers.
|
| Constructor and Description |
|---|
ServerHealth(SocketInfo socketInfo) |
Copyright © 2016–2020. All rights reserved.