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

@Deprecated @Immutable public final class IDDocumentType extends Identifier
Deprecated.
Identity document type.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0, sections 4.1.1.1 and 11.2.
See Also:
  • Field Details

    • IDCARD

      public static final IDDocumentType IDCARD
      Deprecated.
      An identity document issued by a country's government for the purpose of identifying a citizen.
    • PASSPORT

      public static final IDDocumentType PASSPORT
      Deprecated.
      A passport is a travel document, usually issued by a country's government, that certifies the identity and nationality of its holder primarily for the purpose of international travel.
    • DRIVING_PERMIT

      public static final IDDocumentType DRIVING_PERMIT
      Deprecated.
      Official document permitting an individual to operate motorized vehicles. In the absence of a formal identity document, a driver's license may be accepted in many countries for identity verification.
    • DE_IDCARD_FOREIGNERS

      public static final IDDocumentType DE_IDCARD_FOREIGNERS
      Deprecated.
      ID Card issued by the German government to foreign nationals.
    • DE_EMERGENCY_IDCARD

      public static final IDDocumentType DE_EMERGENCY_IDCARD
      Deprecated.
      ID Card issued by the German government to foreign nationals as passports replacement.
    • DE_ERP

      public static final IDDocumentType DE_ERP
      Deprecated.
      Electronic Resident Permit issued by the German government to foreign nationals.
    • DE_ERP_REPLACEMENT_IDCARD

      Deprecated.
      Electronic Resident Permit issued by the German government to foreign nationals as replacement for another identity document.
    • DE_IDCARD_REFUGEES

      public static final IDDocumentType DE_IDCARD_REFUGEES
      Deprecated.
      ID Card issued by the German government to refugees as passports replacement.
    • DE_IDCARD_APATRIDS

      public static final IDDocumentType DE_IDCARD_APATRIDS
      Deprecated.
      ID Card issued by the German government to apatrids as passports replacement.
    • DE_CERTIFICATE_OF_SUSPENSION_OF_DEPORTATION

      Deprecated.
      Identity document issued to refugees in case of suspension of deportation that are marked as "id card replacement".
    • DE_PERMISSION_TO_RESIDE

      Deprecated.
      Permission to reside issued by the German government to foreign nationals applying for asylum.
    • DE_REPLACEMENT_IDCARD

      Deprecated.
      ID Card replacement document issued by the German government to foreign nationals (see Act on the Residence, Economic Activity and Integration of Foreigners in the Federal Territory, Residence Act, Appendix D1 ID Card replacement according to § 48 Abs. 2 i.V.m. § 78a Abs. 4).
    • JP_DRIVERS_LICENSE

      public static final IDDocumentType JP_DRIVERS_LICENSE
      Deprecated.
      Japanese drivers license.
    • JP_RESIDENCY_CARD_FOR_FOREIGNER

      Deprecated.
      Japanese residence card for foreigners.
    • JP_INDIVIDUAL_NUMBER_CARD

      Deprecated.
      Japanese national ID card.
    • JP_PERMANENT_RESIDENCY_CARD_FOR_FOREIGNER

      Deprecated.
      Japanese special residency card for foreigners to permit permanent residence.
    • JP_HEALTH_INSURANCE_CARD

      Deprecated.
      Japanese health insurance card.
    • JP_RESIDENCY_CARD

      public static final IDDocumentType JP_RESIDENCY_CARD
      Deprecated.
      Japanese residency card.
  • Constructor Details

    • IDDocumentType

      public IDDocumentType(String value)
      Deprecated.
      Creates a new identity document type.
      Parameters:
      value - The identity document type value. Must not be null.
  • Method Details