| Interface | Description |
|---|---|
| IdGenerator |
Defines the contract to generate global unique identifiers.
|
| Class | Description |
|---|---|
| IdGenerator.SequenceUuidIdGenerator |
Default implementation of the
IdGenerator that will output some ids based on the following pattern :
<uuid> + '-' + an incrementing sequence. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.