Class ElectronicRecordType
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.ElectronicRecordType
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
Electronic record type.
Related specifications:
- OpenID Connect for Identity Assurance 1.0
- https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElectronicRecordTypeA record from an official register of adoptions.static final ElectronicRecordTypeA record of a bank account from a recognized banking institution.static final ElectronicRecordTypeA record from an official register of births.static final ElectronicRecordTypeAn authoritative record of a person having received specific education or has passed a test or series of tests.static final ElectronicRecordTypeA record of a loan from a recognised loan provider.static final ElectronicRecordTypeA record from an official register of marriages.static final ElectronicRecordTypeA military personnel record.static final ElectronicRecordTypeA record of a mortgage from a recognized mortgage provider.static final ElectronicRecordTypeA record from an official population register.static final ElectronicRecordTypeA 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 ElectronicRecordTypeA record from a country's social security authority.static final ElectronicRecordTypeA record from a country's tax authority.static final ElectronicRecordTypeA record of an account from a recognised utility provider.static final ElectronicRecordTypeA record from an official register of voters.Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
BIRTH_REGISTER
A record from an official register of births. -
POPULATION_REGISTER
A record from an official population register. -
VOTER_REGISTER
A record from an official register of voters. -
ADOPTION_REGISTER
A record from an official register of adoptions. -
MARRIAGE_REGISTER
A record from an official register of marriages. -
EDUCATION
An authoritative record of a person having received specific education or has passed a test or series of tests. -
MILITARY
A military personnel record. -
BANK_ACCOUNT
A record of a bank account from a recognized banking institution. -
UTILITY_ACCOUNT
A record of an account from a recognised utility provider. -
MORTGAGE_ACCOUNT
A record of a mortgage from a recognized mortgage provider. -
LOAN_ACCOUNT
A record of a loan from a recognised loan provider. -
TAX
A record from a country's tax authority. -
SOCIAL_SECURITY
A record from a country's social security authority. -
PRISON_RECORD
A 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.
-
-
Constructor Details
-
ElectronicRecordType
Creates a new electronic record type.- Parameters:
value- The electronic record type value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-