Uses of Class
com.nimbusds.openid.connect.sdk.claims.AMR
Packages that use AMR
Package
Description
Claims and claim sets used in OpenID Connect.
-
Uses of AMR in com.nimbusds.openid.connect.sdk.claims
Fields in com.nimbusds.openid.connect.sdk.claims declared as AMRModifier and TypeFieldDescriptionstatic final AMRAMR.EYEDeprecated.static final AMRAMR.FACEBiometric authentication (RFC 4949) using facial recognition.static final AMRAMR.FPTBiometric authentication (RFC 4949) using a fingerprint.static final AMRAMR.GEOUse of geolocation information for authentication, such as that provided by W3C REC-geolocation-API-20161108.static final AMRAMR.HWKProof-of-Possession (PoP) of a hardware-secured key.static final AMRAMR.IRISBiometric authentication (RFC 4949) using an iris scan.static final AMRAMR.KBAKnowledge-based authentication (NIST.800-63-2, ISO29115).static final AMRAMR.MCAMultiple-channel authentication (MCA).static final AMRAMR.MFAMultiple-factor authentication (NIST.800-63-2, ISO29115).static final AMRAMR.OTPOne-time password (RFC 4949).static final AMRAMR.PINPersonal Identification Number (PIN) (RFC 4949) or pattern (not restricted to containing only numbers) that a user enters to unlock a key on the device.static final AMRAMR.POPDeprecated.static final AMRAMR.PWDPassword-based authentication (RFC 4949).static final AMRAMR.RBARisk-based authentication (Williamson, G., "Enhanced Authentication In Online Banking", Journal of Economic Crime Management 4.2: 18-19, 2006).static final AMRAMR.SCSmart card (RFC 4949).static final AMRAMR.SMSConfirmation using SMS text message to the user at a registered number.static final AMRAMR.SWKProof-of-Possession (PoP) of a software-secured key.static final AMRAMR.TELConfirmation by telephone call to the user at a registered number.static final AMRAMR.USERUser presence test.static final AMRAMR.VBMBiometric authentication (RFC 4949) using a voiceprint.static final AMRAMR.WIAWindows integrated authentication (Microsoft, "Integrated Windows Authentication with Negotiate", September 2011).Methods in com.nimbusds.openid.connect.sdk.claims that return types with arguments of type AMRModifier and TypeMethodDescriptionIDTokenClaimsSet.getAMR()Gets the Authentication Methods References (AMRs).Method parameters in com.nimbusds.openid.connect.sdk.claims with type arguments of type AMR