Class: Bundler::URI::LDAPS

Inherits:
LDAP show all
Defined in:
lib/bundler/vendor/uri/lib/uri/ldaps.rb

Overview

The default port for LDAPS URIs is 636, and the scheme is ‘ldaps:’ rather than ‘ldap:’. Other than that, LDAPS URIs are identical to LDAP URIs; see Bundler::URI::LDAP.

Constant Summary collapse

DEFAULT_PORT =

A Default port of 636 for Bundler::URI::LDAPS

636

Constants inherited from LDAP

Bundler::URI::LDAP::COMPONENT, Bundler::URI::LDAP::SCOPE

Constants inherited from Generic

Generic::COMPONENT, Generic::USE_REGISTRY

Constants included from Bundler::URI

DEFAULT_PARSER, Parser, REGEXP, RFC3986_PARSER, TBLDECWWWCOMP_, TBLENCWWWCOMP_, VERSION, VERSION_CODE

Instance Attribute Summary

Attributes inherited from Generic

#fragment, #host, #opaque, #path, #port, #query, #scheme

Method Summary

Methods inherited from LDAP

#attributes, #attributes=, build, #dn, #dn=, #extensions, #extensions=, #filter, #filter=, #hierarchical?, #initialize, #scope, #scope=

Methods inherited from Generic

#==, #absolute?, build, build2, #coerce, #component, component, #default_port, default_port, #eql?, #find_proxy, #hash, #hierarchical?, #hostname, #hostname=, #initialize, #inspect, #merge, #merge!, #normalize, #normalize!, #parser, #password, #password=, #registry, #registry=, #relative?, #route_from, #route_to, #select, #to_s, use_proxy?, use_registry, #user, #user=, #userinfo, #userinfo=

Methods included from Bundler::URI

decode_www_form, decode_www_form_component, encode_www_form, encode_www_form_component, extract, join, parse, regexp, scheme_list, split

Methods included from Escape

#escape, #unescape

Constructor Details

This class inherits a constructor from Bundler::URI::LDAP