| Modifier and Type | Field and Description |
|---|---|
List<ActiveDirectoryDomain> |
ActiveDirectorySecurityRealm.domains
List of
ActiveDirectoryDomain |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveDirectoryDomain> |
ActiveDirectorySecurityRealm.getDomains() |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.userdetails.UserDetails |
ActiveDirectoryUnixAuthenticationProvider.retrieveUser(String username,
String 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,
hudson.plugins.active_directory.GroupLookupStrategy groupLookupStrategy,
boolean removeIrrelevantGroups,
Boolean customDomain,
CacheConfiguration cache) |
Copyright © 2016. All rights reserved.