Enum Class SensitiveInformationType

java.lang.Object
java.lang.Enum<SensitiveInformationType>
eu.righettod.SensitiveInformationType
All Implemented Interfaces:
Serializable, Comparable<SensitiveInformationType>, Constable

Enumeration used by the method SecurityUtils.extractAllSensitiveInformation() to identify types of information found.
  • Enum Constant Details

    • LUXEMBOURG_NATIONAL_IDENTIFICATION_NUMBER

      National identifier used by government entities in Luxembourg to identify uniquely citizens.
      See Also:
      • "https://guichet.public.lu/en/citoyens/citoyennete/registre-national/identification/demande-numero-rnpp.html"
      • "https://cnpd.public.lu/fr/decisions-avis/2009/identifiant-unique.html"
    • IBAN

      public static final SensitiveInformationType IBAN
      International Bank Account Number.
      See Also:
      • "https://en.wikipedia.org/wiki/International_Bank_Account_Number"
  • Method Details

    • values

      public static SensitiveInformationType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SensitiveInformationType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null