Skip to content

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).

CategorySoftware (SaaS) on the gStack platforms
StackSpring Boot 3 + Angular 19 (JHipster 8 monolith)
StorePostgreSQL (prod) / H2 (dev) + Elasticsearch
IdentityGPass / Keycloak (planned OIDC SSO)
SigningGSign (act signatures)
InteropGConnect (IDNP/IDNO verification)

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──▶ ANULAT

Every transition appends an entry to the append-only audit log (EvenimentInterdictie).