Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
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 | 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 © 2010-2018, ForgeRock All Rights Reserved.