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

    Modifier and Type
    Field
    Description
    static final AMR
    AMR.EYE
    Deprecated.
    static final AMR
    AMR.FACE
    Biometric authentication (RFC 4949) using facial recognition.
    static final AMR
    AMR.FPT
    Biometric authentication (RFC 4949) using a fingerprint.
    static final AMR
    AMR.GEO
    Use of geolocation information for authentication, such as that provided by W3C REC-geolocation-API-20161108.
    static final AMR
    AMR.HWK
    Proof-of-Possession (PoP) of a hardware-secured key.
    static final AMR
    AMR.IRIS
    Biometric authentication (RFC 4949) using an iris scan.
    static final AMR
    AMR.KBA
    Knowledge-based authentication (NIST.800-63-2, ISO29115).
    static final AMR
    AMR.MCA
    Multiple-channel authentication (MCA).
    static final AMR
    AMR.MFA
    Multiple-factor authentication (NIST.800-63-2, ISO29115).
    static final AMR
    AMR.OTP
    One-time password (RFC 4949).
    static final AMR
    AMR.PIN
    Personal 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 AMR
    AMR.POP
    Deprecated.
    static final AMR
    AMR.PWD
    Password-based authentication (RFC 4949).
    static final AMR
    AMR.RBA
    Risk-based authentication (Williamson, G., "Enhanced Authentication In Online Banking", Journal of Economic Crime Management 4.2: 18-19, 2006).
    static final AMR
    AMR.SC
    Smart card (RFC 4949).
    static final AMR
    AMR.SMS
    Confirmation using SMS text message to the user at a registered number.
    static final AMR
    AMR.SWK
    Proof-of-Possession (PoP) of a software-secured key.
    static final AMR
    AMR.TEL
    Confirmation by telephone call to the user at a registered number.
    static final AMR
    AMR.USER
    User presence test.
    static final AMR
    AMR.VBM
    Biometric authentication (RFC 4949) using a voiceprint.
    static final AMR
    AMR.WIA
    Windows 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 AMR
    Modifier and Type
    Method
    Description
    IDTokenClaimsSet.getAMR()
    Gets the Authentication Methods References (AMRs).
    Method parameters in com.nimbusds.openid.connect.sdk.claims with type arguments of type AMR
    Modifier and Type
    Method
    Description
    void
    IDTokenClaimsSet.setAMR(List<AMR> amr)
    Sets the Authentication Methods References (AMRs).