Uses of Class
hudson.plugins.active_directory.SocketInfo
-
Uses of SocketInfo in hudson.plugins.active_directory
Subclasses of SocketInfo in hudson.plugins.active_directoryModifier and TypeClassDescriptionstatic class
ServerHealth of a SocketInfoMethods in hudson.plugins.active_directory that return types with arguments of type SocketInfoModifier and TypeMethodDescriptionActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer
(ActiveDirectoryDomain activeDirectoryDomain) ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer
(String domainName, String site, String preferredServer) Deprecated.ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer
(DirContext ictx, String domainName, String site, String preferredServers) Deprecated.see obtainLDAPServer(DirContext, String, String, String, boolean)ActiveDirectorySecurityRealm.DescriptorImpl.obtainLDAPServer
(DirContext ictx, String domainName, String site, String preferredServers, boolean useTLS) Use DNS and obtains the LDAP servers that we should try.Method parameters in hudson.plugins.active_directory with type arguments of type SocketInfoModifier and TypeMethodDescriptionActiveDirectorySecurityRealm.DescriptorImpl.bind
(String principalName, String password, List<SocketInfo> ldapServers) Deprecated.ActiveDirectorySecurityRealm.DescriptorImpl.bind
(String principalName, String password, List<SocketInfo> ldapServers, Hashtable<String, String> props) Deprecated.ActiveDirectorySecurityRealm.DescriptorImpl.bind
(String principalName, String password, List<SocketInfo> ldapServers, Hashtable<String, String> props, TlsConfiguration tlsConfiguration) Deprecated.ActiveDirectorySecurityRealm.DescriptorImpl.bind
(String principalName, String password, List<SocketInfo> ldapServers, Hashtable<String, String> props, TlsConfiguration tlsConfiguration, boolean requireTLS) Deprecated.ActiveDirectorySecurityRealm.DescriptorImpl.bind
(String principalName, String password, List<SocketInfo> ldapServers, Hashtable<String, String> props, TlsConfiguration tlsConfiguration, boolean requireTLS, boolean startTls) Binds to the server using the specified username/password.org.springframework.security.core.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.Constructors in hudson.plugins.active_directory with parameters of type SocketInfo