Class IDDocumentType
- 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IDDocumentTypeDE_CERTIFICATE_OF_SUSPENSION_OF_DEPORTATIONDeprecated.Identity document issued to refugees in case of suspension of deportation that are marked as "id card replacement".static IDDocumentTypeDE_EMERGENCY_IDCARDDeprecated.ID Card issued by the German government to foreign nationals as passports replacement.static IDDocumentTypeDE_ERPDeprecated.Electronic Resident Permit issued by the German government to foreign nationals.static IDDocumentTypeDE_ERP_REPLACEMENT_IDCARDDeprecated.Electronic Resident Permit issued by the German government to foreign nationals as replacement for another identity document.static IDDocumentTypeDE_IDCARD_APATRIDSDeprecated.ID Card issued by the German government to apatrids as passports replacement.static IDDocumentTypeDE_IDCARD_FOREIGNERSDeprecated.ID Card issued by the German government to foreign nationals.static IDDocumentTypeDE_IDCARD_REFUGEESDeprecated.ID Card issued by the German government to refugees as passports replacement.static IDDocumentTypeDE_PERMISSION_TO_RESIDEDeprecated.Permission to reside issued by the German government to foreign nationals applying for asylum.static IDDocumentTypeDE_REPLACEMENT_IDCARDDeprecated.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.static IDDocumentTypeDRIVING_PERMITDeprecated.Official document permitting an individual to operate motorized vehicles.static IDDocumentTypeIDCARDDeprecated.An identity document issued by a country's government for the purpose of identifying a citizen.static IDDocumentTypeJP_DRIVERS_LICENSEDeprecated.Japanese drivers license.static IDDocumentTypeJP_HEALTH_INSURANCE_CARDDeprecated.Japanese health insurance card.static IDDocumentTypeJP_INDIVIDUAL_NUMBER_CARDDeprecated.Japanese national ID card.static IDDocumentTypeJP_PERMANENT_RESIDENCY_CARD_FOR_FOREIGNERDeprecated.Japanese special residency card for foreigners to permit permanent residence.static IDDocumentTypeJP_RESIDENCY_CARDDeprecated.Japanese residency card.static IDDocumentTypeJP_RESIDENCY_CARD_FOR_FOREIGNERDeprecated.Japanese residence card for foreigners.static IDDocumentTypePASSPORTDeprecated.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.-
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
-
Constructor Summary
Constructors Constructor Description IDDocumentType(String value)Deprecated.Creates a new identity document type.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object object)Deprecated.-
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
-
-
-
Field Detail
-
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
public static final IDDocumentType 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
public static final IDDocumentType 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
public static final IDDocumentType DE_PERMISSION_TO_RESIDE
Deprecated.Permission to reside issued by the German government to foreign nationals applying for asylum.
-
DE_REPLACEMENT_IDCARD
public static final IDDocumentType 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
public static final IDDocumentType JP_RESIDENCY_CARD_FOR_FOREIGNER
Deprecated.Japanese residence card for foreigners.
-
JP_INDIVIDUAL_NUMBER_CARD
public static final IDDocumentType JP_INDIVIDUAL_NUMBER_CARD
Deprecated.Japanese national ID card.
-
JP_PERMANENT_RESIDENCY_CARD_FOR_FOREIGNER
public static final IDDocumentType JP_PERMANENT_RESIDENCY_CARD_FOR_FOREIGNER
Deprecated.Japanese special residency card for foreigners to permit permanent residence.
-
JP_HEALTH_INSURANCE_CARD
public static final IDDocumentType JP_HEALTH_INSURANCE_CARD
Deprecated.Japanese health insurance card.
-
JP_RESIDENCY_CARD
public static final IDDocumentType JP_RESIDENCY_CARD
Deprecated.Japanese residency card.
-
-
Constructor Detail
-
IDDocumentType
public IDDocumentType(String value)
Deprecated.Creates a new identity document type.- Parameters:
value- The identity document type value. Must not benull.
-
-
Method Detail
-
equals
public boolean equals(Object object)
Deprecated.- Overrides:
equalsin classIdentifier
-
-