Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.DocumentType
Packages that use DocumentType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect Provider (OP) classes.
-
Uses of DocumentType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as DocumentTypeModifier and TypeFieldDescriptionstatic final DocumentTypeDocumentType.ADOPTION_CERTIFICATEOfficial document certifying the circumstances of an adoption.static final DocumentTypeDocumentType.BANK_STATEMENTBank statement from a recognised banking institution.static final DocumentTypeDocumentType.BIRTH_CERTIFICATEOfficial document certifying the circumstances of a birth.static final DocumentTypeDocumentType.DE_CERTIFICATE_OF_SUSPENSION_OF_DEPORTATIONIdentity document issued by the German government to refugees in case of suspension of deportation that are marked as "ID Card replacement".static final DocumentTypeDocumentType.DE_EMERGENCY_IDCARDID Card issued by the German government to foreign nationals as passports replacement.static final DocumentTypeDocumentType.DE_ERPElectronic Resident Permit issued by the German government to foreign nationals.static final DocumentTypeDocumentType.DE_ERP_REPLACEMENT_IDCARDElectronic Resident Permit issued by the German government to foreign nationals as replacement for another identity document.static final DocumentTypeDocumentType.DE_IDCARD_APATRIDSID Card issued by the German government to apatrids as passports replacement.static final DocumentTypeDocumentType.DE_IDCARD_FOREIGNERSID Card issued by the German government to foreign nationals.static final DocumentTypeDocumentType.DE_IDCARD_REFUGEESID Card issued by the German government to refugees as passports replacement.static final DocumentTypeDocumentType.DE_PERMISSION_TO_RESIDEPermission to reside issued by the German government to foreign nationals applying for asylum.static final DocumentTypeDocumentType.DE_REPLACEMENT_IDCARDID 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 DocumentTypeDocumentType.DRIVING_PERMITOfficial document permitting an individual to operate motorized vehicles.static final DocumentTypeDocumentType.EDUCATION_CERTIFICATEDocument certifying that a person has received specific education or has passed a test or series of tests.static final DocumentTypeDocumentType.FIREARM_PERMITOfficial document permitting an individual to use or own a firearm.static final DocumentTypeDocumentType.GENDER_CERTIFICATEOfficial document certifying that a person has satisfied the criteria for legal recognition in the acquired gender.static final DocumentTypeDocumentType.IDCARDAn identity document issued by a country's government for the purpose of identifying a citizen.static final DocumentTypeDocumentType.JP_DRIVERS_LICENSEJapanese drivers license.static final DocumentTypeDocumentType.JP_HEALTH_INSURANCE_CARDJapanese health insurance card.static final DocumentTypeDocumentType.JP_INDIVIDUAL_NUMBER_CARDJapanese national ID card.static final DocumentTypeDocumentType.JP_PERMANENT_RESIDENCY_CARD_FOR_FOREIGNERJapanese special residency card for foreigners to permit permanent residence.static final DocumentTypeDocumentType.JP_RESIDENCY_CARDJapanese residency card.static final DocumentTypeDocumentType.JP_RESIDENCY_CARD_FOR_FOREIGNERJapanese residence card for foreigners.static final DocumentTypeDocumentType.LOAN_STATEMENTStatement from a recognised loan provider.static final DocumentTypeDocumentType.MARRIAGE_CERTIFICATEOfficial document certifying the circumstances of a marriage.static final DocumentTypeDocumentType.MILITARY_IDAn official military identity document issued by a country's government to its service personnel.static final DocumentTypeDocumentType.MORTGAGE_STATEMENTStatement from a recognised mortgage provider.static final DocumentTypeDocumentType.PASSPORTA 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.static final DocumentTypeDocumentType.PILOT_PERMITOfficial document permitting an individual to operate an aircraft.static final DocumentTypeDocumentType.RESIDENCE_PERMITOfficial document permitting an individual to reside within a particular jurisdiction.static final DocumentTypeDocumentType.SOCIAL_SECURITY_STATEMENTStatement from a country's social security authority.static final DocumentTypeDocumentType.TAX_STATEMENTStatement from a country's tax authority.static final DocumentTypeDocumentType.UTILITY_STATEMENTStatement from a recognised utility provider.static final DocumentTypeDocumentType.VISADocument that grants the holder official permission to enter, leave or stay in a country.static final DocumentTypeDocumentType.VOTER_IDAn official voter identity document.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return DocumentTypeConstructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type DocumentTypeModifierConstructorDescriptionDocumentDetails(DocumentType type, DocumentNumber documentNumber, PersonalNumber personalNumber, SerialNumber serialNumber, SimpleDate dateOfIssuance, SimpleDate dateOfExpiry, DocumentIssuer issuer) Creates a new document details instance. -
Uses of DocumentType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getDocumentTypes()ReadOnlyOIDCProviderMetadata.getDocumentTypes()Gets the supported identity document types.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type DocumentTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setDocumentTypes(List<DocumentType> documentTypes) Sets the supported identity document types.