Class IdentityAssuranceLevel

    • Field Detail

      • IAL1

        public static final IdentityAssuranceLevel IAL1
        No link between the user and a specific real-life identity. Used in US NIST-800-63-3.
      • IAL2

        public static final IdentityAssuranceLevel IAL2
        A real-world existence of the claimed identity and verifies that the user is appropriately associated with it. Used in US NIST-800-63-3.
      • IAL3

        public static final IdentityAssuranceLevel IAL3
        Identity of the user proven by physical presence by an authorized and trained representative. Used in US NIST-800-63-3.
      • AL2

        public static final IdentityAssuranceLevel AL2
        An assurance level that is, or equivalent to, a one-time code sent via mail to the address of the owner of the claims. Used in SE BankID.
      • AL3

        public static final IdentityAssuranceLevel AL3
        An assurance level that is, or equivalent to, a in person verification with an ID document, but provided remotely. Used in SE BankID.
    • Constructor Detail

      • IdentityAssuranceLevel

        public IdentityAssuranceLevel​(String value)
        Creates a new identity assurance level.
        Parameters:
        value - The identity assurance level value. Must not be null.