Uses of Interface
org.forgerock.util.generator.IdGenerator
-
Packages that use IdGenerator Package Description org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation.org.forgerock.util.generator Provides an abstraction of identifiers generators. -
-
Uses of IdGenerator in org.forgerock.openig.tools.notifications.ws
Constructors in org.forgerock.openig.tools.notifications.ws with parameters of type IdGenerator Constructor Description NotificationServiceImpl(HttpWebSocketClient client, URI uri, IdGenerator idGenerator, String ssoTokenHeader, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider, Duration reconnectDelay, int initialConnectionAttempts)
Constructs aNotificationService
implementation. -
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
.
-