SudoSOS Back-end API / internal/user-sync-service-factory
internal/user-sync-service-factory ​
This is the module page of the user-sync-service-factory.
Enumerations ​
| Enumeration | Description |
|---|---|
| UserSyncServiceType | User-specific sync service types. |
Classes ​
| Class | Description |
|---|---|
| UserSyncServiceFactory | Abstract factory class for creating and initializing sync services. Centralizes the logic for determining which sync services to create based on environment variables and configuration. |
Interfaces ​
| Interface | Description |
|---|---|
| UserSyncServiceFactoryOptions | Concrete factory for creating user sync services. Handles the creation of LDAP and GEWISDB sync services for user entities. |