Registrul Interdicțiilor
The Registrul Interdicțiilor (Register of Legal Interdictions) is the flagship registry on gStack. It records and manages legal interdictions applied to people, companies, goods, vehicles, weapons, and financial assets across their full lifecycle, and exposes a public consultation API for external systems (banks, ANAF, control bodies).
At a glance
Section titled “At a glance”| Category | Software (SaaS) on the gStack platforms |
| Stack | Spring Boot 3 + Angular 19 (JHipster 8 monolith) |
| Store | PostgreSQL (prod) / H2 (dev) + Elasticsearch |
| Identity | GPass / Keycloak (planned OIDC SSO) |
| Signing | GSign (act signatures) |
| Interop | GConnect (IDNP/IDNO verification) |
Lifecycle
Section titled “Lifecycle”An interdiction moves through a state machine. Only ACTIV (and SUSPENDAT for history) produces public legal effect.
DRAFT ──approve──▶ ACTIV ──suspend──▶ SUSPENDAT ──reactivate──▶ ACTIV │ │ │ ├──contest──▶ CONTESTATA │ ├──lift─────▶ RIDICATA │ ├──revoke───▶ REVOCATA │ ├──expire───▶ EXPIRAT (scheduled job) │ └──execute──▶ EXECUTATA └──reject──▶ ANULATEvery transition appends an entry to the append-only audit log
(EvenimentInterdictie).