Uses of Class
org.forgerock.services.TransactionId
-
Packages that use TransactionId 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 theContext
interface and various common protocol independent implementations. -
-
Uses of TransactionId in org.forgerock.http.header
Methods in org.forgerock.http.header that return TransactionId Modifier and Type Method Description TransactionId
TransactionIdHeader. getTransactionId()
Returns the transaction id.Constructors in org.forgerock.http.header with parameters of type TransactionId Constructor Description TransactionIdHeader(TransactionId transactionId)
Constructs a new header with the provided transaction id object. -
Uses of TransactionId in org.forgerock.openig.ldap
Fields in org.forgerock.openig.ldap with type parameters of type TransactionId Modifier and Type Field Description static Option<TransactionId>
LdapClient. TRANSACTIONID_OPTION
The option to pass the TransactionId to LdapConnection. -
Uses of TransactionId in org.forgerock.services
Methods in org.forgerock.services that return TransactionId Modifier and Type Method Description TransactionId
TransactionId. createSubTransactionId()
Creates a new TransactionId, child of this one.static TransactionId
TransactionId. valueOf(JsonValue value)
Creates a TransactionId from a JsonValue. -
Uses of TransactionId in org.forgerock.services.context
Methods in org.forgerock.services.context that return TransactionId Modifier and Type Method Description TransactionId
TransactionIdContext. getTransactionId()
Returns the transaction id.Constructors in org.forgerock.services.context with parameters of type TransactionId Constructor Description TransactionIdContext(Context parent, TransactionId transactionId)
Constructs a new TransactionIdContext.
-