See: Description
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 © 2010-2018, ForgeRock All Rights Reserved.