Element index for package Net_LDAP
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
top
top
top
top
top
top
top
g
- get
- in file Schema.php, method Net_LDAP_Schema::get()
Return a specific entry
- getAll
- in file Schema.php, method Net_LDAP_Schema::getAll()
Return a hash of entries for the given type
- getEntry
- in file LDAP.php, method Net_LDAP::getEntry()
Get a specific entry based on the DN
- getErrorCode
- in file Search.php, method Net_LDAP_Search::getErrorCode()
Get the errorcode the object got in its search.
- getLDAP
- in file Entry.php, method Net_LDAP_Entry::getLDAP()
Returns a reference to the LDAP-Object of this entry
- getLDAPVersion
- in file LDAP.php, method Net_LDAP::getLDAPVersion()
Get the LDAP_PROTOCOL_VERSION that is used on the connection.
- getLink
- in file LDAP.php, method Net_LDAP::getLink()
Get the LDAP link
- getOption
- in file LDAP.php, method Net_LDAP::getOption()
Get an LDAP option value
- getValue
- in file Entry.php, method Net_LDAP_Entry::getValue()
Get the value of a specific attribute
- getValue
- in file RootDSE.php, method Net_LDAP_RootDSE::getValue()
Gets the requested attribute value
- getValues
- in file Entry.php, method Net_LDAP_Entry::getValues()
Get the values of all attributes in a hash
- getVersion
- in file LDAP.php, method Net_LDAP::getVersion()
Returns the Net_LDAP Release version, may be called statically
- get_value
- in file RootDSE.php, method Net_LDAP_RootDSE::get_value()
alias function of getValue() for perl-ldap interface
- get_value
- in file Entry.php, method Net_LDAP_Entry::get_value()
Alias function of getValue for perl-ldap interface
top
top
top
top
n
- Net_LDAP
- in file LDAP.php, class Net_LDAP
Net_LDAP - manipulate LDAP servers the right way!
- Net_LDAP
- in file LDAP.php, method Net_LDAP::Net_LDAP()
Net_LDAP constructor
- Net_LDAP_Entry
- in file Entry.php, class Net_LDAP_Entry
Object representation of a directory entry
- Net_LDAP_Entry
- in file Entry.php, method Net_LDAP_Entry::Net_LDAP_Entry()
Constructor
- Net_LDAP_Error
- in file LDAP.php, class Net_LDAP_Error
Net_LDAP_Error implements a class for reporting portable LDAP error messages.
- Net_LDAP_Error
- in file LDAP.php, method Net_LDAP_Error::Net_LDAP_Error()
Net_LDAP_Error constructor.
- NET_LDAP_ERROR
- in file LDAP.php, constant NET_LDAP_ERROR
Error constants for errors that are not LDAP errors.
- Net_LDAP_Filter
- in file Filter.php, class Net_LDAP_Filter
Object representation of a part of a LDAP filter.
- Net_LDAP_RootDSE
- in file RootDSE.php, method Net_LDAP_RootDSE::Net_LDAP_RootDSE()
class constructor
- Net_LDAP_RootDSE
- in file RootDSE.php, class Net_LDAP_RootDSE
Getting the rootDSE entry of a LDAP server
- Net_LDAP_Schema
- in file Schema.php, method Net_LDAP_Schema::Net_LDAP_Schema()
constructor of the class
- Net_LDAP_Schema
- in file Schema.php, class Net_LDAP_Schema
Load an LDAP Schema and provide information
- Net_LDAP_Search
- in file Search.php, class Net_LDAP_Search
Result set of an LDAP search
- Net_LDAP_Search
- in file Search.php, method Net_LDAP_Search::Net_LDAP_Search()
Constructor
- NET_LDAP_SYNTAX_BOOLEAN
- in file Schema.php, constant NET_LDAP_SYNTAX_BOOLEAN
Syntax definitions
- NET_LDAP_SYNTAX_DIRECTORY_STRING
- in file Schema.php, constant NET_LDAP_SYNTAX_DIRECTORY_STRING
- NET_LDAP_SYNTAX_DISTINGUISHED_NAME
- in file Schema.php, constant NET_LDAP_SYNTAX_DISTINGUISHED_NAME
- NET_LDAP_SYNTAX_INTEGER
- in file Schema.php, constant NET_LDAP_SYNTAX_INTEGER
- NET_LDAP_SYNTAX_JPEG
- in file Schema.php, constant NET_LDAP_SYNTAX_JPEG
- NET_LDAP_SYNTAX_NUMERIC_STRING
- in file Schema.php, constant NET_LDAP_SYNTAX_NUMERIC_STRING
- NET_LDAP_SYNTAX_OCTET_STRING
- in file Schema.php, constant NET_LDAP_SYNTAX_OCTET_STRING
- NET_LDAP_SYNTAX_OID
- in file Schema.php, constant NET_LDAP_SYNTAX_OID
- Net_LDAP_Util
- in file Util.php, class Net_LDAP_Util
Utility Class for Net_LDAP
top
top
top
s
- Schema.php
- procedural page Schema.php
- Search.php
- procedural page Search.php
- schema
- in file LDAP.php, method Net_LDAP::schema()
get a schema object
- search
- in file LDAP.php, method Net_LDAP::search()
Run a ldap query
- setLDAPVersion
- in file LDAP.php, method Net_LDAP::setLDAPVersion()
Set the LDAP_PROTOCOL_VERSION that is used on the connection.
- setLink
- in file Search.php, method Net_LDAP_Search::setLink()
Set the ldap ressource link
- setOption
- in file LDAP.php, method Net_LDAP::setOption()
Set an LDAP option
- setSearch
- in file Search.php, method Net_LDAP_Search::setSearch()
Set the search objects resource link
- shiftEntry
- in file Search.php, method Net_LDAP_Search::shiftEntry()
Get the next entry in the searchresult.
- shift_entry
- in file Search.php, method Net_LDAP_Search::shift_entry()
alias function of shiftEntry() for perl-ldap interface
- sorted
- in file Search.php, method Net_LDAP_Search::sorted()
Return entries sorted as objects
- sorted_as_struct
- in file Search.php, method Net_LDAP_Search::sorted_as_struct()
Return entries sorted as array
- startTLS
- in file LDAP.php, method Net_LDAP::startTLS()
Starts an encrypted session
- start_tls
- in file LDAP.php, method Net_LDAP::start_tls()
alias function of startTLS() for perl-ldap interface
- superclass
- in file Schema.php, method Net_LDAP_Schema::superclass()
Returns the name(s) of the immediate superclass(es)
- supportedControl
- in file RootDSE.php, method Net_LDAP_RootDSE::supportedControl()
Determines if the control is supported
- supportedExtension
- in file RootDSE.php, method Net_LDAP_RootDSE::supportedExtension()
Determines if the extension is supported
- supportedSASLMechanism
- in file RootDSE.php, method Net_LDAP_RootDSE::supportedSASLMechanism()
Determines if the sasl mechanism is supported
- supportedVersion
- in file RootDSE.php, method Net_LDAP_RootDSE::supportedVersion()
Determines if the version is supported
- supported_control
- in file RootDSE.php, method Net_LDAP_RootDSE::supported_control()
alias function of supportedControl() for perl-ldap interface
- supported_extension
- in file RootDSE.php, method Net_LDAP_RootDSE::supported_extension()
alias function of supportedExtension() for perl-ldap interface
- supported_sasl_mechanism
- in file RootDSE.php, method Net_LDAP_RootDSE::supported_sasl_mechanism()
alias function of supportedSASLMechanism() for perl-ldap interface
- supported_version
- in file RootDSE.php, method Net_LDAP_RootDSE::supported_version()
alias function of supportedVersion() for perl-ldap interface
top
t
- $types
- in file Schema.php, variable Net_LDAP_Schema::$types
Map of entry types to ldap attributes of subschema entry
top
top
Documentation generated on Mon, 11 Mar 2019 15:01:39 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|