PHP 클래스 Horde_Ldap_RootDse, horde

Copyright 2009 Jan Wagner Copyright 2010-2016 Horde LLC (http://www.horde.org/)
저자: Jan Wagner ([email protected])
저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_entry Horde_Ldap_Entry

공개 메소드들

메소드 설명
__construct ( Horde_Ldap $ldap, array $attrs = null ) Constructor.
getValue ( string $attr, array $options = '' ) : string | array Returns the requested attribute value.
supportedControl ( array $oids ) : boolean Determines if the control is supported.
supportedExtension ( array $oids ) : boolean Determines if the extension is supported.
supportedSASLMechanism ( array $mechlist ) : boolean Determines if the sasl mechanism is supported.
supportedVersion ( array $versions ) : boolean Determines if the version is supported.

보호된 메소드들

메소드 설명
checkAttr ( array $values, string $attr ) : boolean Checks for existance of value in attribute.

메소드 상세

__construct() 공개 메소드

Fetches a RootDSE object from an LDAP connection.
public __construct ( Horde_Ldap $ldap, array $attrs = null )
$ldap Horde_Ldap Directory from which the RootDSE should be fetched.
$attrs array Array of attributes to search for.

checkAttr() 보호된 메소드

Checks for existance of value in attribute.
protected checkAttr ( array $values, string $attr ) : boolean
$values array Values to check.
$attr string Attribute name.
리턴 boolean

getValue() 공개 메소드

Returns the requested attribute value.
또한 보기: Horde_Ldap_Entry::getValue()
public getValue ( string $attr, array $options = '' ) : string | array
$attr string Attribute name.
$options array Array of options.
리턴 string | array Attribute value(s).

supportedControl() 공개 메소드

Determines if the control is supported.
public supportedControl ( array $oids ) : boolean
$oids array Control OIDs to check.
리턴 boolean

supportedExtension() 공개 메소드

Determines if the extension is supported.
public supportedExtension ( array $oids ) : boolean
$oids array Array of OIDs to check.
리턴 boolean

supportedSASLMechanism() 공개 메소드

Determines if the sasl mechanism is supported.
public supportedSASLMechanism ( array $mechlist ) : boolean
$mechlist array SASL mechanisms to check.
리턴 boolean

supportedVersion() 공개 메소드

Determines if the version is supported.
public supportedVersion ( array $versions ) : boolean
$versions array Versions to check.
리턴 boolean

프로퍼티 상세

$_entry 보호되어 있는 프로퍼티

Horde_Ldap_Entry
protected $_entry