PHP Class spec\LdapTools\Connection\ADResponseCodesSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: ldaptools/ldaptools

Public Methods

Method Description
getMatchers ( )
it_is_initializable ( )
it_should_have_a_constant_for_a_malformed_password ( )
it_should_have_a_constant_for_account_context_ids ( )
it_should_have_a_constant_for_account_credentials_invalid ( )
it_should_have_a_constant_for_account_disabled ( )
it_should_have_a_constant_for_account_expired ( )
it_should_have_a_constant_for_account_locked ( )
it_should_have_a_constant_for_account_password_expired ( )
it_should_have_a_constant_for_account_password_must_change ( )
it_should_have_a_constant_for_account_restrictions ( )
it_should_have_a_constant_for_account_restrictions_device ( )
it_should_have_a_constant_for_account_restrictions_time ( )
it_should_have_a_constant_for_an_incorrect_current_password ( )
it_should_have_a_constant_for_an_invalid_account ( )
it_should_have_a_constant_for_member_not_in_group ( )
it_should_have_a_constant_for_password_restrictions ( )

Method Details

getMatchers() public method

public getMatchers ( )

it_is_initializable() public method

public it_is_initializable ( )

it_should_have_a_constant_for_a_malformed_password() public method

it_should_have_a_constant_for_account_context_ids() public method

it_should_have_a_constant_for_account_credentials_invalid() public method

it_should_have_a_constant_for_account_disabled() public method

it_should_have_a_constant_for_account_expired() public method

it_should_have_a_constant_for_account_locked() public method

it_should_have_a_constant_for_account_password_expired() public method

it_should_have_a_constant_for_account_password_must_change() public method

it_should_have_a_constant_for_account_restrictions() public method

it_should_have_a_constant_for_account_restrictions_device() public method

it_should_have_a_constant_for_account_restrictions_time() public method

it_should_have_a_constant_for_an_incorrect_current_password() public method

it_should_have_a_constant_for_an_invalid_account() public method

it_should_have_a_constant_for_member_not_in_group() public method

it_should_have_a_constant_for_password_restrictions() public method