Interface ExtendedPasswordConstraint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      Returns a description of the password constraint, used by the UI to display the constraint to the user.
      void setAdmin​(boolean isAdmin)
      Configures the admin flag for this constraint.
      • Methods inherited from interface sailpoint.api.passwordConstraints.PasswordConstraint

        generate, validate
    • Method Detail

      • getDescription

        String getDescription()
        Returns a description of the password constraint, used by the UI to display the constraint to the user.
        Returns:
        A description of the password constraint
      • setAdmin

        void setAdmin​(boolean isAdmin)
        Configures the admin flag for this constraint.

        This may be used to skip a constraint if the admin is changing the password for a user.

        Parameters:
        isAdmin - true if the current check is being done by an admin, false otherwise.