public interface IdGenerator
Modifier and Type | Interface and Description |
---|---|
static class |
IdGenerator.SequenceUuidIdGenerator
Default implementation of the
IdGenerator that will output some ids based on the following pattern :
<uuid> + '-' + an incrementing sequence . |
Modifier and Type | Field and Description |
---|---|
static IdGenerator |
DEFAULT
The default implementation of
IdGenerator . |
static final IdGenerator DEFAULT
IdGenerator
.Copyright 2011-2015 ForgeRock AS.