Package org.forgerock.util.generator
Class IdGenerator.SequenceUuidIdGenerator
java.lang.Object
org.forgerock.util.generator.IdGenerator.SequenceUuidIdGenerator
- All Implemented Interfaces:
IdGenerator
- Enclosing interface:
- IdGenerator
Default implementation of the
IdGenerator that will output some ids based on the following pattern :
<uuid> + '-' + an incrementing sequence.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.util.generator.IdGenerator
IdGenerator.SequenceUuidIdGenerator -
Field Summary
Fields inherited from interface org.forgerock.util.generator.IdGenerator
DEFAULT -
Method Summary
-
Method Details
-
generate
Description copied from interface:IdGeneratorReturns a new globally unique identifier.- Specified by:
generatein interfaceIdGenerator- Returns:
- a new globally unique identifier.
-