PHP Class spec\LdapTools\AttributeConverter\ConvertPrimaryGroupSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: ldaptools/ldaptools

Protected Properties

Property Type Description
$dn
$groupSid
$groupSidHex
$userSid
$userSidHex

Public Methods

Method Description
it_is_initializable ( )
it_should_not_validate_group_membership_when_going_to_ldap_if_the_op_type_is_not_modification ( $connection )
it_should_return_a_group_name_from_ldap ( )
it_should_return_the_RID_to_LDAP_when_given_the_group_name_on_modification ( )
it_should_throw_an_error_when_the_user_is_not_a_member_of_the_group_or_the_group_cannot_be_found_on_modification ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_not_validate_group_membership_when_going_to_ldap_if_the_op_type_is_not_modification() public method

it_should_return_a_group_name_from_ldap() public method

it_should_return_the_RID_to_LDAP_when_given_the_group_name_on_modification() public method

it_should_throw_an_error_when_the_user_is_not_a_member_of_the_group_or_the_group_cannot_be_found_on_modification() public method

let() public method

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

Property Details

$dn protected_oe property

protected $dn

$groupSid protected_oe property

protected $groupSid

$groupSidHex protected_oe property

protected $groupSidHex

$userSid protected_oe property

protected $userSid

$userSidHex protected_oe property

protected $userSidHex