ILDAPProviderFactory
in
Interface ILDAPProviderFactory
This class is responsible for instantiating and returning an ILDAPProvider instance.
Tags
Attributes
- #[Consumable]
- $since: '11.0.0'
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
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