PHP 클래스 spec\LdapTools\AttributeConverter\ConvertPrimaryGroupSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$dn
$groupSid
$groupSidHex
$userSid
$userSidHex

공개 메소드들

메소드 설명
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 )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_not_validate_group_membership_when_going_to_ldap_if_the_op_type_is_not_modification() 공개 메소드

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() 공개 메소드

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

프로퍼티 상세

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

protected $dn

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

protected $groupSid

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

protected $groupSidHex

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

protected $userSid

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

protected $userSidHex