ILDAPProviderFactory
in
Interface ILDAPProviderFactory
This class is responsible for instantiating and returning an ILDAPProvider instance.
Tags
Table of Contents
Methods
- __construct() : mixed
- Constructor for the LDAP provider factory
- getLDAPProvider() : ILDAPProvider
- creates and returns an instance of the ILDAPProvider
- isAvailable() : bool
- Check if an ldap provider is available
Methods
__construct()
Constructor for the LDAP provider factory
public
__construct(IServerContainer $serverContainer) : mixed
Parameters
- $serverContainer : IServerContainer
-
server container
Tags
getLDAPProvider()
creates and returns an instance of the ILDAPProvider
public
getLDAPProvider() : ILDAPProvider
Tags
Return values
ILDAPProviderisAvailable()
Check if an ldap provider is available
public
isAvailable() : bool