Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
org.forgerock.openig.tools.notifications.ws |
Web socket notifications service implementation.
|
org.forgerock.util.generator |
Provides an abstraction of identifiers generators.
|
Constructor and Description |
---|
ClientRegistration(String name,
JsonValue config,
Issuer issuer,
Handler registrationHandler,
IdGenerator idGenerator,
Clock clock,
KeyStore keyStore)
Creates a Client Registration.
|
Constructor and Description |
---|
TyrusNotificationService(URI uri,
IdGenerator idGenerator,
javax.websocket.ClientEndpointConfig.Configurator configurator)
Constructs a web-socket client for the given
uri . |
Modifier and Type | Class 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 |
IdGenerator.DEFAULT
The default implementation of
IdGenerator . |
Copyright 2011-2017 ForgeRock AS.