PHP Class Adldap\Laravel\AdldapAuthServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: adldap2/adldap2-laravel

Méthodes publiques

Méthode Description
boot ( ) : void Run service provider boot operations.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
getUserProvider ( ) : string Returns the configured user provider.
newUserProvider ( Illuminate\Contracts\Hashing\Hasher $hasher, array $config ) : Illuminate\Contracts\Auth\UserProvider Returns a new Adldap user provider.

Method Details

boot() public méthode

Run service provider boot operations.
public boot ( ) : void
Résultat void

getUserProvider() protected méthode

Returns the configured user provider.
protected getUserProvider ( ) : string
Résultat string

newUserProvider() protected méthode

Returns a new Adldap user provider.
protected newUserProvider ( Illuminate\Contracts\Hashing\Hasher $hasher, array $config ) : Illuminate\Contracts\Auth\UserProvider
$hasher Illuminate\Contracts\Hashing\Hasher
$config array
Résultat Illuminate\Contracts\Auth\UserProvider

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void