Package com.nimbusds.secevent.sdk.claims
Class TXN
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
Transaction identifier.
Related specifications:
- Security Event Token (SET) (RFC 8417), section 2.2.
- OpenID Connect for Identity Assurance 1.0, section 4.2.
- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
TXN
Creates a new transaction identifier with the specified value.- Parameters:
value- The transaction identifier value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-