java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.secevent.sdk.claims.TXN
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class TXN extends Identifier
Transaction identifier.

Related specifications:

  • Security Event Token (SET) (RFC 8417)
  • OpenID Connect for Identity Assurance 1.0
See Also:
  • Constructor Details

    • TXN

      public TXN(String value)
      Creates a new transaction identifier with the specified value.
      Parameters:
      value - The transaction identifier value. Must not be null.
  • Method Details