Uses of Enum Class
net.bluemind.addressbook.ldap.api.LdapParameters.DirectoryType
Packages that use LdapParameters.DirectoryType
-
Uses of LdapParameters.DirectoryType in net.bluemind.addressbook.ldap.api
Subclasses with type arguments of type LdapParameters.DirectoryType in net.bluemind.addressbook.ldap.apiFields in net.bluemind.addressbook.ldap.api declared as LdapParameters.DirectoryTypeMethods in net.bluemind.addressbook.ldap.api that return LdapParameters.DirectoryTypeModifier and TypeMethodDescriptionstatic LdapParameters.DirectoryTypeReturns the enum constant of this class with the specified name.static LdapParameters.DirectoryType[]LdapParameters.DirectoryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.addressbook.ldap.api with parameters of type LdapParameters.DirectoryTypeModifier and TypeMethodDescriptionstatic LdapParametersLdapParameters.create(LdapParameters.DirectoryType type, String hostname, String protocol, boolean allCertificate, String baseDn, String loginDn, String loginPw, String filter, String entryUUID)