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