Uses of Class
hudson.plugins.active_directory.SocketInfo

Uses of SocketInfo in hudson.plugins.active_directory
 

Methods in hudson.plugins.active_directory that return types with arguments of type SocketInfo
 List<SocketInfo> ActiveDirectorySecurityRealm.DesciprotrImpl.obtainLDAPServer(DirContext ictx, String domainName, String site, String preferredServer)
          Use DNS and obtains the LDAP servers that we should try.
 List<SocketInfo> ActiveDirectorySecurityRealm.DesciprotrImpl.obtainLDAPServer(String domainName, String site, String preferredServer)
           
 

Method parameters in hudson.plugins.active_directory with type arguments of type SocketInfo
 DirContext ActiveDirectorySecurityRealm.DesciprotrImpl.bind(String principalName, String password, List<SocketInfo> ldapServers)
          Binds to the server using the specified username/password.
 org.acegisecurity.userdetails.UserDetails ActiveDirectoryUnixAuthenticationProvider.retrieveUser(String username, String password, String domainName, List<SocketInfo> ldapServers)
          Retrieves the user by using the given list of available AD LDAP servers.
 



Copyright © 2004-2012. All Rights Reserved.