@FunctionalInterface 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 . |
Modifier and Type | Method and Description |
---|---|
String |
generate()
Returns a new globally unique identifier.
|
static final IdGenerator DEFAULT
IdGenerator
.String generate()
Copyright © 2010-2018, ForgeRock All Rights Reserved.