SudoSOS Back-end API / internal/user-sync-service-factory / UserSyncServiceFactoryOptions
Interface: UserSyncServiceFactoryOptions ​
Concrete factory for creating user sync services. Handles the creation of LDAP and GEWISDB sync services for user entities.
Extends ​
Properties ​
manager? ​
ts
optional manager: EntityManager;Inherited from ​
SyncServiceFactoryOptions.manager
roleManager? ​
ts
optional roleManager: RoleManager;Inherited from ​
SyncServiceFactoryOptions.roleManager
serviceFilter? ​
ts
optional serviceFilter:
| UserSyncServiceType
| UserSyncServiceType[];