| Modifier and Type | Field and Description |
|---|---|
List<ActiveDirectoryDomain> |
ActiveDirectorySecurityRealm.domains
List of
ActiveDirectoryDomain |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryDomain |
ActiveDirectorySecurityRealm.getDomain(String domain)
Get the @link{ActiveDirectoryDomain} given the domain
|
| Modifier and Type | Method and Description |
|---|---|
static List<ActiveDirectoryDomain> |
ActiveDirectoryStatus.getDomains()
Get the list of domains configured on the Security Realm
|
List<ActiveDirectoryDomain> |
ActiveDirectorySecurityRealm.getDomains() |
| Modifier and Type | Method and Description |
|---|---|
List<SocketInfo> |
ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer(ActiveDirectoryDomain activeDirectoryDomain) |
org.acegisecurity.userdetails.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 |
|---|
ActiveDirectorySecurityRealm(String domain,
List<ActiveDirectoryDomain> domains,
String site,
String bindName,
String bindPassword,
String server,
GroupLookupStrategy groupLookupStrategy,
boolean removeIrrelevantGroups,
Boolean customDomain,
CacheConfiguration cache,
Boolean startTls) |
ActiveDirectorySecurityRealm(String domain,
List<ActiveDirectoryDomain> domains,
String site,
String bindName,
String bindPassword,
String server,
GroupLookupStrategy groupLookupStrategy,
boolean removeIrrelevantGroups,
Boolean customDomain,
CacheConfiguration cache,
Boolean startTls,
ActiveDirectoryInternalUsersDatabase internalUsersDatabase) |
ActiveDirectorySecurityRealm(String domain,
List<ActiveDirectoryDomain> domains,
String site,
String bindName,
String bindPassword,
String server,
GroupLookupStrategy groupLookupStrategy,
boolean removeIrrelevantGroups,
Boolean customDomain,
CacheConfiguration cache,
Boolean startTls,
hudson.plugins.active_directory.TlsConfiguration tlsConfiguration) |
ActiveDirectorySecurityRealm(String domain,
List<ActiveDirectoryDomain> domains,
String site,
String bindName,
String bindPassword,
String server,
GroupLookupStrategy groupLookupStrategy,
boolean removeIrrelevantGroups,
Boolean customDomain,
CacheConfiguration cache,
Boolean startTls,
hudson.plugins.active_directory.TlsConfiguration tlsConfiguration,
ActiveDirectoryInternalUsersDatabase internalUsersDatabase)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.