Method |
Description |
|
__call ( string $method, array $parameters ) : mixed |
Call methods upon the default provider dynamically. |
|
addProvider ( Adldap\Connections\ProviderInterface | array $configuration = [], string $name, Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) : adldap\AdldapInterface |
Add a provider by the specified name. |
|
connect ( string | null $name = null, string | null $username = null, string | null $password = null ) : Adldap\Connections\ProviderInterface |
Connects to the specified provider. |
|
getDefaultProvider ( ) : Adldap\Connections\ProviderInterface |
Retrieves the first provider. |
|
getProvider ( string $name ) : Adldap\Connections\ProviderInterface |
Retrieves a Provider using it's specified name. |
|
getProviders ( ) : array |
Returns all of the connection providers. |
|
removeProvider ( string $name ) : adldap\AdldapInterface |
Removes a provider by the specified name. |
|
setDefaultProvider ( string $name ) |
Sets the default provider. |
|