PHP Class spec\LdapTools\AttributeConverter\EncodeWindowsPasswordSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_implement_AttributeConverterInterface ( )
it_should_not_return_anything_when_calling_fromLdap ( )
it_should_throw_an_exception_if_ssl_or_tls_is_not_enabled ( LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_implement_AttributeConverterInterface() public method

it_should_not_return_anything_when_calling_fromLdap() public method

it_should_throw_an_exception_if_ssl_or_tls_is_not_enabled() public method

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