PHP Class spec\LdapTools\AttributeConverter\ConvertWindowsSidSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$sidBuiltinHex
$sidBuiltinString Builtin Administrators group
$sidHex
$sidNobodyHex
$sidNobodyString Nobody
$sidNullHex
$sidNullString Null
$sidSelfHex
$sidSelfString Self
$sidString

Public Methods

Method Description
it_is_initializable ( )
it_should_convert_a_self_sid ( )
it_should_implement_AttributeConverterInterface ( )
it_should_return_a_searchable_hex_sid_for_well_known_sids_when_calling_toLdap ( )
it_should_return_a_searchable_hex_sid_when_calling_toLdap ( )
it_should_return_a_string_sid_for_well_known_sids_when_calling_fromLdap ( )
it_should_return_a_string_sid_when_calling_fromLdap ( )
it_should_return_binary_data_when_going_to_ldap_for_creation_or_modification ( )
it_should_throw_an_exception_if_an_invalid_SID_is_passed_to_LDAP ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_convert_a_self_sid() public method

it_should_implement_AttributeConverterInterface() public method

it_should_return_a_searchable_hex_sid_for_well_known_sids_when_calling_toLdap() public method

it_should_return_a_searchable_hex_sid_when_calling_toLdap() public method

it_should_return_a_string_sid_for_well_known_sids_when_calling_fromLdap() public method

it_should_return_a_string_sid_when_calling_fromLdap() public method

it_should_return_binary_data_when_going_to_ldap_for_creation_or_modification() public method

it_should_throw_an_exception_if_an_invalid_SID_is_passed_to_LDAP() public method

Property Details

$sidBuiltinHex protected_oe property

protected $sidBuiltinHex

$sidBuiltinString protected_oe property

Builtin Administrators group
protected $sidBuiltinString

$sidHex protected_oe property

protected $sidHex

$sidNobodyHex protected_oe property

protected $sidNobodyHex

$sidNobodyString protected_oe property

Nobody
protected $sidNobodyString

$sidNullHex protected_oe property

protected $sidNullHex

$sidNullString protected_oe property

Null
protected $sidNullString

$sidSelfHex protected_oe property

protected $sidSelfHex

$sidSelfString protected_oe property

Self
protected $sidSelfString

$sidString protected_oe property

protected $sidString