Uses of Interface
org.forgerock.util.generator.IdGenerator
-
Packages that use IdGenerator Package Description org.forgerock.util.generator Provides an abstraction of identifiers generators. -
-
Uses of IdGenerator in org.forgerock.util.generator
Classes in org.forgerock.util.generator that implement IdGenerator Modifier and Type Class Description static class
IdGenerator.SequenceUuidIdGenerator
Default implementation of theIdGenerator
that will output some ids based on the following pattern :<uuid> + '-' + an incrementing sequence
.Fields in org.forgerock.util.generator declared as IdGenerator Modifier and Type Field Description static IdGenerator
IdGenerator. DEFAULT
The default implementation ofIdGenerator
.
-