Class Passwords.StrengthCheckParameters

  • All Implemented Interfaces:

    
    public final class Passwords.StrengthCheckParameters
    
                        

    Data class used for wrapping parameters used with Passwords StrengthCheck endpoint

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getEmail() is the account identifier for the account in the form of an Email address that you wish to use to initiate a password strength check
      final String getPassword() is the private sequence of characters you wish to check to get advice on improving it
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Passwords.StrengthCheckParameters

        Passwords.StrengthCheckParameters(String email, String password)
      • Passwords.StrengthCheckParameters

        Passwords.StrengthCheckParameters(String password)
    • Method Detail

      • getEmail

         final String getEmail()

        is the account identifier for the account in the form of an Email address that you wish to use to initiate a password strength check

      • getPassword

         final String getPassword()

        is the private sequence of characters you wish to check to get advice on improving it