Skip to main content

LdapOrgEntityProvider

Home > @backstage/plugin-catalog-backend-module-ldap > LdapOrgEntityProvider

Reads user and group entries out of an LDAP service, and provides them as User and Group entities for the catalog.

Signature:

class LdapOrgEntityProvider implements EntityProvider 

Implements: EntityProvider

Remarks

Add an instance of this class to your catalog builder, and then periodically call the LdapOrgEntityProvider.read() method.

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the LdapOrgEntityProvider class

Methods

MethodModifiersDescription
connect(connection)
fromConfig(configRoot, options)static
getProviderName()
read(options)Runs one single complete ingestion. This is only necessary if you use manual scheduling.