| Modifier and Type | Method and Description |
|---|---|
List<SocketInfo> |
ActiveDirectorySecurityRealm.DesciprotrImpl.obtainLDAPServer(DirContext ictx,
String domainName,
String site,
String preferredServers)
Use DNS and obtains the LDAP servers that we should try.
|
List<SocketInfo> |
ActiveDirectorySecurityRealm.DesciprotrImpl.obtainLDAPServer(String domainName,
String site,
String preferredServer) |
| Modifier and Type | Method and Description |
|---|---|
DirContext |
ActiveDirectorySecurityRealm.DesciprotrImpl.bind(String principalName,
String password,
List<SocketInfo> ldapServers)
Binds to the server using the specified username/password.
|
org.springframework.security.core.userdetails.UserDetails |
ActiveDirectoryUnixAuthenticationProvider.retrieveUser(String username,
String password,
String domainName,
List<SocketInfo> ldapServers)
Authenticates and retrieves the user by using the given list of available AD LDAP servers.
|
Copyright © 2004-2014 Hudson. All Rights Reserved.