Systems
API - Gestor LDAP
Integrated Registration Manager
The Integrated Registration Manager was developed to offer advanced user control and integration with Microsoft 365 services, taking advantage of the Windows Server and Active Directory infrastructure.Functionalities
- Registration Control Integration with Microsoft 365
- Integration with Access (AD and RDWeb)
- Online and Offline User Monitoring
- Registering, Deleting and Blocking Users in Active Directory
Technologies Used
- Rust
- GTK (Graphical Interface)
- Windows Server/Active Directory
Advantages of the GTK Graphical Interface
- Speed and efficiency in processing interface events..
- Ease of customizing the appearance of the application.
- Support for a wide variety of widgets and interface elements.
- Multiplatform graphical interface development.
Classes for Integration with Active Directory
- LDAP: For communicating with the Active Directory directory service.
- ADSI (Active Directory Service Interfaces): For manipulating Active Directory objects.
- Ldap3: This is a Rust library that supports the LDAP v3 protocol. It allows you to perform search, add, delete and modify entries in the LDAP directory.
- Rust-ldap: This is another Rust library for interacting with LDAP servers.
- Win32 API: For low-level operations with the Windows operating system, useful for more advanced integration with Active Directory.
Gestor Contábil
Management system
The system was developed to facilitate the management of various functionalities, providing integration between modules, API control, review of user registrations and adjustment of integrated registration parameters.Functionalities
- API Management Control
- Integration between Modules
- User Registration Review
- Adjustment and Parameterization of Integrated Records
Technologies Used
- JavaFX + SpringBoot + JPA
- Apache POI
- JavaFX CSS
Advantages of Technologies
- JavaFX offers a rich and interactive graphical interface to users.
- SpringBoot makes it easy to develop Java applications with minimal configuration.
- JPA simplifies access and manipulation of data in the database.
- Apache POI allows manipulation of Microsoft Office documents, useful for exporting and importing data.
- JavaFX CSS allows easy customization of the application's appearance.