Package org.forgerock.util.generator
package org.forgerock.util.generator
Provides an abstraction of identifiers generators.
-
ClassDescriptionDefines the contract to generate global unique identifiers.Default implementation of the
IdGenerator
that will output some ids based on the following pattern :<uuid> + '-' + an incrementing sequence
.