Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
org.forgerock.openig.ldap |
Facilitates access to the OpenDJ LDAP SDK from within scripts.
|
org.forgerock.services |
This package contains the classes classes and interfaces used in the services' implementations.
|
org.forgerock.services.context |
This package contains the
Context interface and various common protocol
independent implementations. |
Modifier and Type | Method and Description |
---|---|
TransactionId |
TransactionIdHeader.getTransactionId()
Returns the transaction id.
|
Constructor and Description |
---|
TransactionIdHeader(TransactionId transactionId)
Constructs a new header with the provided transaction id object.
|
Modifier and Type | Field and Description |
---|---|
static Option<TransactionId> |
LdapClient.TRANSACTIONID_OPTION
The option to pass the TransactionId to LdapConnection.
|
Modifier and Type | Method and Description |
---|---|
TransactionId |
TransactionId.createSubTransactionId()
Creates a new TransactionId, child of this one.
|
static TransactionId |
TransactionId.valueOf(JsonValue value)
Creates a TransactionId from a JsonValue.
|
Modifier and Type | Method and Description |
---|---|
TransactionId |
TransactionIdContext.getTransactionId()
Returns the transaction id.
|
Constructor and Description |
---|
TransactionIdContext(Context parent,
TransactionId transactionId)
Constructs a new TransactionIdContext.
|
Copyright 2011-2017 ForgeRock AS.