Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.ElectronicRecordType
Packages that use ElectronicRecordType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect Provider (OP) classes.
-
Uses of ElectronicRecordType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as ElectronicRecordTypeModifier and TypeFieldDescriptionstatic final ElectronicRecordTypeElectronicRecordType.ADOPTION_REGISTERA record from an official register of adoptions.static final ElectronicRecordTypeElectronicRecordType.BANK_ACCOUNTA record of a bank account from a recognized banking institution.static final ElectronicRecordTypeElectronicRecordType.BIRTH_REGISTERA record from an official register of births.static final ElectronicRecordTypeElectronicRecordType.EDUCATIONAn authoritative record of a person having received specific education or has passed a test or series of tests.static final ElectronicRecordTypeElectronicRecordType.LOAN_ACCOUNTA record of a loan from a recognised loan provider.static final ElectronicRecordTypeElectronicRecordType.MARRIAGE_REGISTERA record from an official register of marriages.static final ElectronicRecordTypeElectronicRecordType.MILITARYA military personnel record.static final ElectronicRecordTypeElectronicRecordType.MORTGAGE_ACCOUNTA record of a mortgage from a recognized mortgage provider.static final ElectronicRecordTypeElectronicRecordType.POPULATION_REGISTERA record from an official population register.static final ElectronicRecordTypeElectronicRecordType.PRISON_RECORDA record from an institution or authority for the confinement of persons who have been deprived of their liberty following a criminal conviction by a judicial process.static final ElectronicRecordTypeElectronicRecordType.SOCIAL_SECURITYA record from a country's social security authority.static final ElectronicRecordTypeElectronicRecordType.TAXA record from a country's tax authority.static final ElectronicRecordTypeElectronicRecordType.UTILITY_ACCOUNTA record of an account from a recognised utility provider.static final ElectronicRecordTypeElectronicRecordType.VOTER_REGISTERA record from an official register of voters.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return ElectronicRecordTypeModifier and TypeMethodDescriptionElectronicRecordDetails.getType()Returns the electronic record type.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type ElectronicRecordTypeModifierConstructorDescriptionElectronicRecordDetails(ElectronicRecordType type, PersonalNumber personalNumber, DateWithTimeZoneOffset createdAt, SimpleDate dateOfExpiry, ElectronicRecordSource source) Creates a new electronic record details instance. -
Uses of ElectronicRecordType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type ElectronicRecordTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getElectronicRecordTypes()ReadOnlyOIDCProviderMetadata.getElectronicRecordTypes()Gets the supported electronic record types.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type ElectronicRecordTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setElectronicRecordTypes(List<ElectronicRecordType> electronicRecordTypes) Sets the supported electronic record types.