Package | Description |
---|---|
net.bluemind.lib.ldap | |
net.bluemind.system.importation.commons | |
net.bluemind.system.importation.commons.pool | |
net.bluemind.system.ldap.importation.internal.tools |
Modifier and Type | Method and Description |
---|---|
static LdapProtocol |
LdapProtocol.getProtocol(java.lang.String protocolAsString) |
static LdapProtocol |
LdapProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LdapProtocol[] |
LdapProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
LdapProtocol |
Parameters.Server.protocol |
Constructor and Description |
---|
Server(java.util.Optional<Parameters.Server.Host> host,
java.lang.String login,
java.lang.String password,
LdapProtocol protocol,
boolean acceptAllCertificates) |
ServerTest(Parameters.Server.Host host,
java.lang.String login,
java.lang.String password,
LdapProtocol protocol,
boolean acceptAllCertificates) |
ServerTest(Parameters.Server.Host host,
java.lang.String login,
java.lang.String password,
LdapProtocol protocol,
boolean acceptAllCertificates) |
Modifier and Type | Method and Description |
---|---|
LdapProtocol |
LdapPoolByDomain.LdapConnectionContext.getConnectedProtocol() |
Constructor and Description |
---|
TestServer(Parameters.Server.Host host,
java.lang.String login,
java.lang.String password,
LdapProtocol protocol,
boolean acceptAllCertificates) |
Constructor and Description |
---|
LdapServer(Parameters.Server.Host host,
java.lang.String login,
java.lang.String password,
LdapProtocol protocol,
boolean acceptAllCertificates) |
Copyright © 2021. All Rights Reserved.