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 theContextinterface 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 TransactionIdTransactionIdHeader. 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_OPTIONThe 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 TransactionIdTransactionId. createSubTransactionId()Creates a new TransactionId, child of this one.static TransactionIdTransactionId. 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 TransactionIdTransactionIdContext. 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.
-