Ldap/Node/RootDse/ActiveDirectory.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Ldap  
Subpackage
RootDSE  
Version
$Id$  

\Zend_Ldap_Node_RootDse_ActiveDirectory

Package: Zend_Ldap\RootDSE
Zend_Ldap_Node_RootDse provides a simple data-container for the RootDSE node of an Active Directory server.
Parent(s)
\Zend_Ldap_Node_RootDse < \Zend_Ldap_Node_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Methods

methodpublicgetConfigurationNamingContext() : string | null

Gets the configurationNamingContext.

Returns
TypeDescription
string | null
methodpublicgetCurrentTime() : string | null

Gets the currentTime.

Returns
TypeDescription
string | null
methodpublicgetDefaultNamingContext() : string | null

Gets the defaultNamingContext.

Returns
TypeDescription
string | null
methodpublicgetDnsHostName() : string | null

Gets the dnsHostName.

Returns
TypeDescription
string | null
methodpublicgetDomainControllerFunctionality() : string | null

Gets the domainControllerFunctionality.

Returns
TypeDescription
string | null
methodpublicgetDomainFunctionality() : string | null

Gets the domainFunctionality.

Returns
TypeDescription
string | null
methodpublicgetDsServiceName() : string | null

Gets the dsServiceName.

Returns
TypeDescription
string | null
methodpublicgetForestFunctionality() : string | null

Gets the forestFunctionality.

Returns
TypeDescription
string | null
methodpublicgetHighestCommittedUSN() : string | null

Gets the highestCommittedUSN.

Returns
TypeDescription
string | null
methodpublicgetIsGlobalCatalogReady() : string | null

Gets the isGlobalCatalogReady.

Returns
TypeDescription
string | null
methodpublicgetIsSynchronized() : string | null

Gets the isSynchronized.

Returns
TypeDescription
string | null
methodpublicgetLdapServiceName() : string | null

Gets the ldapServiceName.

Returns
TypeDescription
string | null
methodpublicgetRootDomainNamingContext() : string | null

Gets the rootDomainNamingContext.

Returns
TypeDescription
string | null
methodpublicgetSchemaDn() : \Zend_Ldap_Dn

Returns the schema DN

Returns
TypeDescription
\Zend_Ldap_Dn
methodpublicgetSchemaNamingContext() : string | null

Gets the schemaNamingContext.

Returns
TypeDescription
string | null
methodpublicgetServerName() : string | null

Gets the serverName.

Returns
TypeDescription
string | null
methodpublicgetServerType() : int

Gets the server type

Returns
TypeDescription
int
methodpublicsupportsCapability(string | string | array $oids) : boolean

Determines if the capability is supported

Parameters
NameTypeDescription
$oidsstring | string | array

capability(s) to check

Returns
TypeDescription
boolean
methodpublicsupportsControl(string | array $oids) : boolean

Determines if the control is supported

Parameters
NameTypeDescription
$oidsstring | array

control oid(s) to check

Returns
TypeDescription
boolean
methodpublicsupportsPolicy(string | array $policies) : boolean

Determines if the version is supported

Parameters
NameTypeDescription
$policiesstring | array

policy(s) to check

Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.2.0 .