Package org.forgerock.util.generator
Provides an abstraction of identifiers generators.
- 
Interface Summary Interface Description IdGenerator Defines the contract to generate global unique identifiers.
- 
Class Summary Class Description IdGenerator.SequenceUuidIdGenerator Default implementation of theIdGeneratorthat will output some ids based on the following pattern :<uuid> + '-' + an incrementing sequence.