Uses of Class
org.forgerock.services.TransactionId
Package
Description
Processes HTTP message header fields.
This package contains the classes classes and interfaces used in the services' implementations.
This package contains the
Context
interface and various common protocol
independent implementations.-
Uses of TransactionId in org.forgerock.http.header
Modifier and TypeMethodDescriptionTransactionIdHeader.getTransactionId()
Returns the transaction id.ModifierConstructorDescriptionTransactionIdHeader
(TransactionId transactionId) Constructs a new header with the provided transaction id object. -
Uses of TransactionId in org.forgerock.services
Modifier and TypeMethodDescriptionTransactionId.createSubTransactionId()
Creates a new TransactionId, child of this one.static TransactionId
Creates a TransactionId from a JsonValue. -
Uses of TransactionId in org.forgerock.services.context
Modifier and TypeMethodDescriptionTransactionIdContext.getTransactionId()
Returns the transaction id.ModifierConstructorDescriptionTransactionIdContext
(Context parent, TransactionId transactionId) Constructs a new TransactionIdContext.