Property | Type | Description | |
---|---|---|---|
$configuration | The providers configuration. | ||
$connection | Adldap\Connections\ConnectionInterface | The providers connection. | |
$guard | Adldap\Auth\GuardInterface | The providers auth guard instance. | |
$schema | Adldap\Schemas\SchemaInterface | The providers schema. |
Method | Description | |
---|---|---|
__construct ( $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) | ||
__destruct ( ) | ||
auth ( ) | ||
connect ( $username = null, $password = null ) | ||
getConfiguration ( ) | ||
getConnection ( ) | ||
getDefaultGuard ( Adldap\Connections\ConnectionInterface $connection, |
||
getGuard ( ) | ||
getSchema ( ) | ||
make ( ) | ||
search ( ) | ||
setConfiguration ( $configuration = [] ) | ||
setConnection ( Adldap\Connections\ConnectionInterface $connection = null ) | ||
setGuard ( Adldap\Auth\GuardInterface $guard ) | ||
setSchema ( Adldap\Schemas\SchemaInterface $schema = null ) |
Method | Description | |
---|---|---|
newModelFactory ( |
Creates a new model factory. | |
newSearchFactory ( Adldap\Connections\ConnectionInterface $connection, Adldap\Schemas\SchemaInterface $schema, string $baseDn ) : |
Creates a new search factory. | |
prepareConnection ( ) : void | Prepares the connection by setting configured parameters. |
public __construct ( $configuration = [], Adldap\Connections\ConnectionInterface $connection = null, Adldap\Schemas\SchemaInterface $schema = null ) | ||
$connection | Adldap\Connections\ConnectionInterface | |
$schema | Adldap\Schemas\SchemaInterface |
public getDefaultGuard ( Adldap\Connections\ConnectionInterface $connection, |
||
$connection | Adldap\Connections\ConnectionInterface | |
$configuration |
protected newModelFactory ( |
||
$builder | ||
$schema | Adldap\Schemas\SchemaInterface | |
return |
protected newSearchFactory ( Adldap\Connections\ConnectionInterface $connection, Adldap\Schemas\SchemaInterface $schema, string $baseDn ) : |
||
$connection | Adldap\Connections\ConnectionInterface | |
$schema | Adldap\Schemas\SchemaInterface | |
$baseDn | string | |
return |
protected prepareConnection ( ) : void | ||
return | void |
public setConnection ( Adldap\Connections\ConnectionInterface $connection = null ) | ||
$connection | Adldap\Connections\ConnectionInterface |
public setGuard ( Adldap\Auth\GuardInterface $guard ) | ||
$guard | Adldap\Auth\GuardInterface |
public setSchema ( Adldap\Schemas\SchemaInterface $schema = null ) | ||
$schema | Adldap\Schemas\SchemaInterface |
protected DomainConfiguration,Adldap\Configuration $configuration | ||
return |
protected ConnectionInterface,Adldap\Connections $connection | ||
return | Adldap\Connections\ConnectionInterface |
protected GuardInterface,Adldap\Auth $guard | ||
return | Adldap\Auth\GuardInterface |