Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.IDDocumentType
Packages that use IDDocumentType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect Provider (OP) classes.
-
Uses of IDDocumentType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as IDDocumentTypeModifier and TypeFieldDescriptionstatic final IDDocumentTypeIDDocumentType.DE_CERTIFICATE_OF_SUSPENSION_OF_DEPORTATIONDeprecated.Identity document issued to refugees in case of suspension of deportation that are marked as "id card replacement".static final IDDocumentTypeIDDocumentType.DE_EMERGENCY_IDCARDDeprecated.ID Card issued by the German government to foreign nationals as passports replacement.static final IDDocumentTypeIDDocumentType.DE_ERPDeprecated.Electronic Resident Permit issued by the German government to foreign nationals.static final IDDocumentTypeIDDocumentType.DE_ERP_REPLACEMENT_IDCARDDeprecated.Electronic Resident Permit issued by the German government to foreign nationals as replacement for another identity document.static final IDDocumentTypeIDDocumentType.DE_IDCARD_APATRIDSDeprecated.ID Card issued by the German government to apatrids as passports replacement.static final IDDocumentTypeIDDocumentType.DE_IDCARD_FOREIGNERSDeprecated.ID Card issued by the German government to foreign nationals.static final IDDocumentTypeIDDocumentType.DE_IDCARD_REFUGEESDeprecated.ID Card issued by the German government to refugees as passports replacement.static final IDDocumentTypeIDDocumentType.DE_PERMISSION_TO_RESIDEDeprecated.Permission to reside issued by the German government to foreign nationals applying for asylum.static final IDDocumentTypeIDDocumentType.DE_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 final IDDocumentTypeIDDocumentType.DRIVING_PERMITDeprecated.Official document permitting an individual to operate motorized vehicles.static final IDDocumentTypeIDDocumentType.IDCARDDeprecated.An identity document issued by a country's government for the purpose of identifying a citizen.static final IDDocumentTypeIDDocumentType.JP_DRIVERS_LICENSEDeprecated.Japanese drivers license.static final IDDocumentTypeIDDocumentType.JP_HEALTH_INSURANCE_CARDDeprecated.Japanese health insurance card.static final IDDocumentTypeIDDocumentType.JP_INDIVIDUAL_NUMBER_CARDDeprecated.Japanese national ID card.static final IDDocumentTypeIDDocumentType.JP_PERMANENT_RESIDENCY_CARD_FOR_FOREIGNERDeprecated.Japanese special residency card for foreigners to permit permanent residence.static final IDDocumentTypeIDDocumentType.JP_RESIDENCY_CARDDeprecated.Japanese residency card.static final IDDocumentTypeIDDocumentType.JP_RESIDENCY_CARD_FOR_FOREIGNERDeprecated.Japanese residence card for foreigners.static final IDDocumentTypeIDDocumentType.PASSPORTDeprecated.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.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return IDDocumentTypeModifier and TypeMethodDescriptionIDDocumentDescription.getType()Deprecated.Returns the identity document type.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type IDDocumentTypeModifierConstructorDescriptionIDDocumentDescription(IDDocumentType type, String number, String issuerName, CountryCode issuerCountry, SimpleDate dateOfIssuance, SimpleDate dateOfExpiry) Deprecated.Creates a new identity document description. -
Uses of IDDocumentType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type IDDocumentTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getIdentityDocumentTypes()Deprecated.ReadOnlyOIDCProviderMetadata.getIdentityDocumentTypes()Deprecated.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type IDDocumentTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setIdentityDocumentTypes(List<IDDocumentType> idDocuments)
ReadOnlyOIDCProviderMetadata.getDocumentTypes()instead.