PHP 클래스 LdapTools\Utilities\UserParameters

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$dialInData DialInData | null
$postBinary Binary data that occurs after the TSPropertyArray data.
$preBinary Binary data that occurs before the dial-in data.
$tsPropertyArray TSPropertyArray | null

공개 메소드들

메소드 설명
__construct ( null | string | TSPropertyArray | DialInData $userParameters = null )
getDialInData ( ) : DialInData | null Get the DialInData.
getPostBinary ( ) : string Get the binary data that comes after the TSPropertyArray data.
getReservedDataString ( ) : string Get the decoded reserved data string, if any is set. These values don't seem to be documented anywhere.
getTSPropertyArray ( ) : TSPropertyArray | null Get the TSPropertyArray data.
setDialInData ( DialInData $dialInData = null ) Set the DialInData.
setPostBinary ( string $binary ) Set the binary data that should come after the TSPropertyArray data. This needs to be in binary form, not hex.
setTSPropertyArray ( TSPropertyArray $tsPropertyArray = null ) Set the TSPropertyArray data.
toBinary ( ) : string Get the userParameters in binary form that can be saved back to LDAP.

보호된 메소드들

메소드 설명
decode ( string $userParameters )
encodeReservedData ( string $reserved = '' ) : string Encode the string of reserved data that goes in the first 44 bytes.

메소드 상세

__construct() 공개 메소드

public __construct ( null | string | TSPropertyArray | DialInData $userParameters = null )
$userParameters null | string | TSPropertyArray | DialInData

decode() 보호된 메소드

protected decode ( string $userParameters )
$userParameters string

encodeReservedData() 보호된 메소드

Encode the string of reserved data that goes in the first 44 bytes.
protected encodeReservedData ( string $reserved = '' ) : string
$reserved string
리턴 string

getDialInData() 공개 메소드

Get the DialInData.
public getDialInData ( ) : DialInData | null
리턴 DialInData | null

getPostBinary() 공개 메소드

Get the binary data that comes after the TSPropertyArray data.
public getPostBinary ( ) : string
리턴 string

getReservedDataString() 공개 메소드

Get the decoded reserved data string, if any is set. These values don't seem to be documented anywhere.
public getReservedDataString ( ) : string
리턴 string

getTSPropertyArray() 공개 메소드

Get the TSPropertyArray data.
public getTSPropertyArray ( ) : TSPropertyArray | null
리턴 TSPropertyArray | null

setDialInData() 공개 메소드

Set the DialInData.
public setDialInData ( DialInData $dialInData = null )
$dialInData DialInData

setPostBinary() 공개 메소드

Set the binary data that should come after the TSPropertyArray data. This needs to be in binary form, not hex.
public setPostBinary ( string $binary )
$binary string

setTSPropertyArray() 공개 메소드

Set the TSPropertyArray data.
public setTSPropertyArray ( TSPropertyArray $tsPropertyArray = null )
$tsPropertyArray TSPropertyArray

toBinary() 공개 메소드

Get the userParameters in binary form that can be saved back to LDAP.
public toBinary ( ) : string
리턴 string

프로퍼티 상세

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

protected DialInData,LdapTools\Utilities|null $dialInData
리턴 DialInData | null

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

Binary data that occurs after the TSPropertyArray data.
protected $postBinary

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

Binary data that occurs before the dial-in data.
protected $preBinary

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

protected TSPropertyArray,LdapTools\Utilities|null $tsPropertyArray
리턴 TSPropertyArray | null