java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.DocumentNumber
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class DocumentNumber extends Identifier
Document number.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0, section 5.1.1.1.
See Also:
  • Constructor Details

    • DocumentNumber

      public DocumentNumber(String value)
      Creates a new document number.
      Parameters:
      value - The number value. Must not be null or empty string.
  • Method Details